Shades of Atomic #434D54
Tints of Atomic #434D54
RGB
CMYK
RGB Variations
Color information
#434D54 (or 0x434D54) is known color: Atomic. HEX triplet: 43, 4D and 54. RGB value is (67,77,84). Sum of RGB (Red+Green+Blue) = 67+77+84=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #434D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D54 is #BCB2AB. Grayscale: #4A4A4A. Windows color (decimal): -12366508 or 5524803. OLE color: 5524803.
HSL color Cylindrical-coordinate representation of color #434D54: hue angle of 204.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #434D54 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 77 | 84 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.67 |
| HSL | 204.71º | 0.11% | 0.3% | - |
| HSV(B) | 204.71º | 0.2% | 0.33% | - |
| XYZ | 6.57 | 7.14 | 9.42 | - |
| YUV | 74.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 84 | 0.20 | 0.08 | 0 | 0.67 | 204.71 | 0.11 | 0.3 |
| Hex | 43 | 4D | 54 | 14 | 8 | 0 | 43 | CD | B | 1E |
| Octal | 103 | 115 | 124 | 24 | 10 | 0 | 103 | 315 | 13 | 36 |
| Binary | 1000011 | 1001101 | 1010100 | 10100 | 1000 | 0 | 1000011 | 11001101 | 1011 | 11110 |
Color Harmonies of #434D54
Complementary color
Monochromatic Colors of #434D54
Black with #434D54
Text Example
Text Example
White with #434D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D54; }
p { color: rgb(67,77,84); }
H1.HeaderClassName
{
color: #434D54;
}
.AnyTagClassName
{
color: #434D54;
}
</style>
background-color css
<style>
a { background-color: #434D54; }
a { background-color: rgb(67,77,84); }
div.DivClassName
{
background-color: #434D54;
}
.BgClassName
{
background-color: #434D54;
}
</style>
border-color css
<style>
span { border-color: #434D54; }
span { border-color: rgb(67,77,84); }
td.TdClassName
{
border-color: #434D54;
}
.TagClassName
{
border-color: #434D54;
}
</style>