Shades of Dark Slate #435E5C
Tints of Dark Slate #435E5C
RGB
CMYK
RGB Variations
Color information
#435E5C (or 0x435E5C) is known color: Dark Slate. HEX triplet: 43, 5E and 5C. RGB value is (67,94,92). Sum of RGB (Red+Green+Blue) = 67+94+92=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 94 - color contains mainly: green. Hex color #435E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435E5C is #BCA1A3. Grayscale: #555555. Windows color (decimal): -12362148 or 6053443. OLE color: 6053443.
HSL color Cylindrical-coordinate representation of color #435E5C: hue angle of 175.56º 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 #435E5C is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 92 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.63 |
| HSL | 175.56º | 0.17% | 0.32% | - |
| HSV(B) | 175.56º | 0.29% | 0.37% | - |
| XYZ | 8.25 | 9.97 | 11.62 | - |
| YUV | 85.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 92 | 0.29 | 0 | 0.02 | 0.63 | 175.56 | 0.17 | 0.32 |
| Hex | 43 | 5E | 5C | 1D | 0 | 2 | 3F | B0 | 11 | 20 |
| Octal | 103 | 136 | 134 | 35 | 0 | 2 | 77 | 260 | 21 | 40 |
| Binary | 1000011 | 1011110 | 1011100 | 11101 | 0 | 10 | 111111 | 10110000 | 10001 | 100000 |
Color Harmonies of #435E5C
Complementary color
Monochromatic Colors of #435E5C
Black with #435E5C
Text Example
Text Example
White with #435E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E5C; }
p { color: rgb(67,94,92); }
H1.HeaderClassName
{
color: #435E5C;
}
.AnyTagClassName
{
color: #435E5C;
}
</style>
background-color css
<style>
a { background-color: #435E5C; }
a { background-color: rgb(67,94,92); }
div.DivClassName
{
background-color: #435E5C;
}
.BgClassName
{
background-color: #435E5C;
}
</style>
border-color css
<style>
span { border-color: #435E5C; }
span { border-color: rgb(67,94,92); }
td.TdClassName
{
border-color: #435E5C;
}
.TagClassName
{
border-color: #435E5C;
}
</style>