System Colors Cheatsheet - Online All CSS System Colors
View all CSS system colors (Canvas, ButtonFace, GrayText) as swatches. Click to copy. For forcedβcolors adaptation.
UD5 Toolkit
Quickly look up common network ports, services, and protocols.
| Port β² | Protocol | Service | Description | Category | Range |
|---|
No ports match your search criteria.
Try adjusting the filters or search term.
netstat -tuln, ss -tuln, or lsof -i :PORT to list listening ports. To test connectivity: nc -zv HOST PORT or telnet HOST PORT.netstat -an in Command Prompt, or Test-NetConnection HOST -Port PORT in PowerShell.sudo lsof -i :PORT or sudo ss -tulnp | grep :PORT β these show the PID and process name.netstat -ano | findstr :PORT to get the PID, then tasklist | findstr PID to identify the process. Alternatively, use Resource Monitor.kill PID (Linux/macOS) or Task Manager (Windows).
Port numbers are assigned by IANA (Internet Assigned Numbers Authority). While well-known ports (0β1023) are strictly regulated, registered ports can be used by any application β meaning a port number alone doesn't guarantee which service is running. Always verify with proper network scanning tools like nmap when auditing systems. The total port range is 0β65535 because port numbers are 16-bit unsigned integers (216 = 65,536 possible values).
View all CSS system colors (Canvas, ButtonFace, GrayText) as swatches. Click to copy. For forcedβcolors adaptation.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
An interactive reference for regular expression tokens. Click a token to see its explanation and example. Learn regex faster.
Enter water temperature and activity to get recommended wetsuit thickness (2/3mm to 6/5mm). Stay comfortable.
Paste your CSS and strip all `!important` declarations in one click. See a list of affected rules. Local tool.
Check and beautify your TOML config files. Highlights errors and aligns tables and arrays. Safe local parsing.
Select a meat or vegetable to see the best wood pairing for smoking. Flavor descriptions and intensity chart.
Set up multiple @layers and use revertβlayer to fall back. See the computed style and cascade resolution live.
Place colored points on a canvas and see a smooth gradient mesh interpolate between them. Experimental and beautiful. Download PNG.
Paste a linearβgradient CSS value and see all the color stops listed as a palette. Copy individual hex codes. Quick reference.
Apply real-time CSS filters or canvas effects to a video and download the processed output. Experiment with video post-processing locally.
Upload a simple shape image and automatically trace its outline to a CSS clipβpath polygon. For creative web design. Local.
Pick a scale (Major, Harmonic Minor, Dorianβ¦) and a root note. Shows the notes and highlights them on piano & guitar fretboard.
Upload a photo and extract a smooth CSS gradient that represents its color mood. Copy the linear-gradient code.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.
Check read/write/execute boxes and see the octal and symbolic chmod representation. Learn and compute file permissions.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce renderβblocking resources.
Take multiple evenly spaced screenshots from a video and combine them into a single filmstrip image. Local canvas.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
See which fonts map to generic families (serif, sansβserif, monospace) on different operating systems. A handy reference.
Look up any HTTP status code and see its meaning, RFC reference, and example. Full offline reference.
Offlineβfirst search of the CanIUse database. Type a CSS property, HTML element, or API and see global support percentages. Fast.
Browse the builtβin styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Search by country or city to find the capital. Full offline list. Useful for homework or travel planning. Static data.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
A clean, printable Morse code chart with letters, numbers, and common punctuation. Learn and decode easily. Static.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.