Shades of Atomic #434D55
Tints of Atomic #434D55
RGB
CMYK
RGB Variations
Color information
#434D55 (or 0x434D55) is known color: Atomic. HEX triplet: 43, 4D and 55. RGB value is (67,77,85). Sum of RGB (Red+Green+Blue) = 67+77+85=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #434D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D55 is #BCB2AA. Grayscale: #4A4A4A. Windows color (decimal): -12366507 or 5590339. OLE color: 5590339.
HSL color Cylindrical-coordinate representation of color #434D55: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434D55 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 77 | 85 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.67 |
| HSL | 206.67º | 0.12% | 0.3% | - |
| HSV(B) | 206.67º | 0.21% | 0.33% | - |
| XYZ | 6.61 | 7.16 | 9.63 | - |
| YUV | 74.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 85 | 0.21 | 0.09 | 0 | 0.67 | 206.67 | 0.12 | 0.3 |
| Hex | 43 | 4D | 55 | 15 | 9 | 0 | 43 | CF | C | 1E |
| Octal | 103 | 115 | 125 | 25 | 11 | 0 | 103 | 317 | 14 | 36 |
| Binary | 1000011 | 1001101 | 1010101 | 10101 | 1001 | 0 | 1000011 | 11001111 | 1100 | 11110 |
Color Harmonies of #434D55
Complementary color
Monochromatic Colors of #434D55
Black with #434D55
Text Example
Text Example
White with #434D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D55; }
p { color: rgb(67,77,85); }
H1.HeaderClassName
{
color: #434D55;
}
.AnyTagClassName
{
color: #434D55;
}
</style>
background-color css
<style>
a { background-color: #434D55; }
a { background-color: rgb(67,77,85); }
div.DivClassName
{
background-color: #434D55;
}
.BgClassName
{
background-color: #434D55;
}
</style>
border-color css
<style>
span { border-color: #434D55; }
span { border-color: rgb(67,77,85); }
td.TdClassName
{
border-color: #434D55;
}
.TagClassName
{
border-color: #434D55;
}
</style>