Shades of Dark Slate #435D58
Tints of Dark Slate #435D58
RGB
CMYK
RGB Variations
Color information
#435D58 (or 0x435D58) is known color: Dark Slate. HEX triplet: 43, 5D and 58. RGB value is (67,93,88). Sum of RGB (Red+Green+Blue) = 67+93+88=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #435D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D58 is #BCA2A7. Grayscale: #545454. Windows color (decimal): -12362408 or 5791043. OLE color: 5791043.
HSL color Cylindrical-coordinate representation of color #435D58: hue angle of 168.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D58 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 88 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.64 |
| HSL | 168.46º | 0.16% | 0.31% | - |
| HSV(B) | 168.46º | 0.28% | 0.36% | - |
| XYZ | 7.99 | 9.73 | 10.69 | - |
| YUV | 84.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 88 | 0.28 | 0 | 0.05 | 0.64 | 168.46 | 0.16 | 0.31 |
| Hex | 43 | 5D | 58 | 1C | 0 | 5 | 40 | A8 | 10 | 1F |
| Octal | 103 | 135 | 130 | 34 | 0 | 5 | 100 | 250 | 20 | 37 |
| Binary | 1000011 | 1011101 | 1011000 | 11100 | 0 | 101 | 1000000 | 10101000 | 10000 | 11111 |
Color Harmonies of #435D58
Complementary color
Monochromatic Colors of #435D58
Black with #435D58
Text Example
Text Example
White with #435D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D58; }
p { color: rgb(67,93,88); }
H1.HeaderClassName
{
color: #435D58;
}
.AnyTagClassName
{
color: #435D58;
}
</style>
background-color css
<style>
a { background-color: #435D58; }
a { background-color: rgb(67,93,88); }
div.DivClassName
{
background-color: #435D58;
}
.BgClassName
{
background-color: #435D58;
}
</style>
border-color css
<style>
span { border-color: #435D58; }
span { border-color: rgb(67,93,88); }
td.TdClassName
{
border-color: #435D58;
}
.TagClassName
{
border-color: #435D58;
}
</style>