Shades of Dark Slate #435E5A
Tints of Dark Slate #435E5A
RGB
CMYK
RGB Variations
Color information
#435E5A (or 0x435E5A) is known color: Dark Slate. HEX triplet: 43, 5E and 5A. RGB value is (67,94,90). Sum of RGB (Red+Green+Blue) = 67+94+90=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #435E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435E5A is #BCA1A5. Grayscale: #555555. Windows color (decimal): -12362150 or 5922371. OLE color: 5922371.
HSL color Cylindrical-coordinate representation of color #435E5A: hue angle of 171.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435E5A is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 90 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.63 |
| HSL | 171.11º | 0.17% | 0.32% | - |
| HSV(B) | 171.11º | 0.29% | 0.37% | - |
| XYZ | 8.16 | 9.94 | 11.16 | - |
| YUV | 85.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 90 | 0.29 | 0 | 0.04 | 0.63 | 171.11 | 0.17 | 0.32 |
| Hex | 43 | 5E | 5A | 1D | 0 | 4 | 3F | AB | 11 | 20 |
| Octal | 103 | 136 | 132 | 35 | 0 | 4 | 77 | 253 | 21 | 40 |
| Binary | 1000011 | 1011110 | 1011010 | 11101 | 0 | 100 | 111111 | 10101011 | 10001 | 100000 |
Color Harmonies of #435E5A
Complementary color
Monochromatic Colors of #435E5A
Black with #435E5A
Text Example
Text Example
White with #435E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E5A; }
p { color: rgb(67,94,90); }
H1.HeaderClassName
{
color: #435E5A;
}
.AnyTagClassName
{
color: #435E5A;
}
</style>
background-color css
<style>
a { background-color: #435E5A; }
a { background-color: rgb(67,94,90); }
div.DivClassName
{
background-color: #435E5A;
}
.BgClassName
{
background-color: #435E5A;
}
</style>
border-color css
<style>
span { border-color: #435E5A; }
span { border-color: rgb(67,94,90); }
td.TdClassName
{
border-color: #435E5A;
}
.TagClassName
{
border-color: #435E5A;
}
</style>