Shades of Atomic #424D56
Tints of Atomic #424D56
RGB
CMYK
RGB Variations
Color information
#424D56 (or 0x424D56) is known color: Atomic. HEX triplet: 42, 4D and 56. RGB value is (66,77,86). Sum of RGB (Red+Green+Blue) = 66+77+86=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #424D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D56 is #BDB2A9. Grayscale: #4A4A4A. Windows color (decimal): -12432042 or 5655874. OLE color: 5655874.
HSL color Cylindrical-coordinate representation of color #424D56: hue angle of 207º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424D56 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 77 | 86 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.66 |
| HSL | 207º | 0.13% | 0.3% | - |
| HSV(B) | 207º | 0.23% | 0.34% | - |
| XYZ | 6.58 | 7.14 | 9.84 | - |
| YUV | 74.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 86 | 0.23 | 0.10 | 0 | 0.66 | 207 | 0.13 | 0.3 |
| Hex | 42 | 4D | 56 | 17 | A | 0 | 42 | CF | D | 1E |
| Octal | 102 | 115 | 126 | 27 | 12 | 0 | 102 | 317 | 15 | 36 |
| Binary | 1000010 | 1001101 | 1010110 | 10111 | 1010 | 0 | 1000010 | 11001111 | 1101 | 11110 |
Color Harmonies of #424D56
Complementary color
Monochromatic Colors of #424D56
Black with #424D56
Text Example
Text Example
White with #424D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D56; }
p { color: rgb(66,77,86); }
H1.HeaderClassName
{
color: #424D56;
}
.AnyTagClassName
{
color: #424D56;
}
</style>
background-color css
<style>
a { background-color: #424D56; }
a { background-color: rgb(66,77,86); }
div.DivClassName
{
background-color: #424D56;
}
.BgClassName
{
background-color: #424D56;
}
</style>
border-color css
<style>
span { border-color: #424D56; }
span { border-color: rgb(66,77,86); }
td.TdClassName
{
border-color: #424D56;
}
.TagClassName
{
border-color: #424D56;
}
</style>