Shades of Dark Slate #435C58
Tints of Dark Slate #435C58
RGB
CMYK
RGB Variations
Color information
#435C58 (or 0x435C58) is known color: Dark Slate. HEX triplet: 43, 5C and 58. RGB value is (67,92,88). Sum of RGB (Red+Green+Blue) = 67+92+88=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #435C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C58 is #BCA3A7. Grayscale: #545454. Windows color (decimal): -12362664 or 5790787. OLE color: 5790787.
HSL color Cylindrical-coordinate representation of color #435C58: hue angle of 170.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C58 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 88 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.64 |
| HSL | 170.4º | 0.16% | 0.31% | - |
| HSV(B) | 170.4º | 0.27% | 0.36% | - |
| XYZ | 7.9 | 9.55 | 10.66 | - |
| YUV | 84.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 88 | 0.27 | 0 | 0.04 | 0.64 | 170.4 | 0.16 | 0.31 |
| Hex | 43 | 5C | 58 | 1B | 0 | 4 | 40 | AA | 10 | 1F |
| Octal | 103 | 134 | 130 | 33 | 0 | 4 | 100 | 252 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1011000 | 11011 | 0 | 100 | 1000000 | 10101010 | 10000 | 11111 |
Color Harmonies of #435C58
Complementary color
Monochromatic Colors of #435C58
Black with #435C58
Text Example
Text Example
White with #435C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C58; }
p { color: rgb(67,92,88); }
H1.HeaderClassName
{
color: #435C58;
}
.AnyTagClassName
{
color: #435C58;
}
</style>
background-color css
<style>
a { background-color: #435C58; }
a { background-color: rgb(67,92,88); }
div.DivClassName
{
background-color: #435C58;
}
.BgClassName
{
background-color: #435C58;
}
</style>
border-color css
<style>
span { border-color: #435C58; }
span { border-color: rgb(67,92,88); }
td.TdClassName
{
border-color: #435C58;
}
.TagClassName
{
border-color: #435C58;
}
</style>