Shades of Atomic #424C54
Tints of Atomic #424C54
RGB
CMYK
RGB Variations
Color information
#424C54 (or 0x424C54) is known color: Atomic. HEX triplet: 42, 4C and 54. RGB value is (66,76,84). Sum of RGB (Red+Green+Blue) = 66+76+84=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #424C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C54 is #BDB3AB. Grayscale: #494949. Windows color (decimal): -12432300 or 5524546. OLE color: 5524546.
HSL color Cylindrical-coordinate representation of color #424C54: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424C54 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 76 | 84 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.67 |
| HSL | 206.67º | 0.12% | 0.29% | - |
| HSV(B) | 206.67º | 0.21% | 0.33% | - |
| XYZ | 6.43 | 6.97 | 9.39 | - |
| YUV | 73.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 84 | 0.21 | 0.10 | 0 | 0.67 | 206.67 | 0.12 | 0.29 |
| Hex | 42 | 4C | 54 | 15 | A | 0 | 43 | CF | C | 1D |
| Octal | 102 | 114 | 124 | 25 | 12 | 0 | 103 | 317 | 14 | 35 |
| Binary | 1000010 | 1001100 | 1010100 | 10101 | 1010 | 0 | 1000011 | 11001111 | 1100 | 11101 |
Color Harmonies of #424C54
Complementary color
Monochromatic Colors of #424C54
Black with #424C54
Text Example
Text Example
White with #424C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C54; }
p { color: rgb(66,76,84); }
H1.HeaderClassName
{
color: #424C54;
}
.AnyTagClassName
{
color: #424C54;
}
</style>
background-color css
<style>
a { background-color: #424C54; }
a { background-color: rgb(66,76,84); }
div.DivClassName
{
background-color: #424C54;
}
.BgClassName
{
background-color: #424C54;
}
</style>
border-color css
<style>
span { border-color: #424C54; }
span { border-color: rgb(66,76,84); }
td.TdClassName
{
border-color: #424C54;
}
.TagClassName
{
border-color: #424C54;
}
</style>