Shades of Dark Slate #435555
Tints of Dark Slate #435555
RGB
CMYK
RGB Variations
Color information
#435555 (or 0x435555) is known color: Dark Slate. HEX triplet: 43, 55 and 55. RGB value is (67,85,85). Sum of RGB (Red+Green+Blue) = 67+85+85=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #435555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435555 is #BCAAAA. Grayscale: #4F4F4F. Windows color (decimal): -12364459 or 5592387. OLE color: 5592387.
HSL color Cylindrical-coordinate representation of color #435555: hue angle of 180º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #435555 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 85 | - |
| CMYK | 0.21 | 0 | 0 | 0.67 |
| HSL | 180º | 0.12% | 0.3% | - |
| HSV(B) | 180º | 0.21% | 0.33% | - |
| XYZ | 7.2 | 8.35 | 9.83 | - |
| YUV | 79.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 85 | 0.21 | 0 | 0 | 0.67 | 180 | 0.12 | 0.3 |
| Hex | 43 | 55 | 55 | 15 | 0 | 0 | 43 | B4 | C | 1E |
| Octal | 103 | 125 | 125 | 25 | 0 | 0 | 103 | 264 | 14 | 36 |
| Binary | 1000011 | 1010101 | 1010101 | 10101 | 0 | 0 | 1000011 | 10110100 | 1100 | 11110 |
Color Harmonies of #435555
Complementary color
Monochromatic Colors of #435555
Black with #435555
Text Example
Text Example
White with #435555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435555; }
p { color: rgb(67,85,85); }
H1.HeaderClassName
{
color: #435555;
}
.AnyTagClassName
{
color: #435555;
}
</style>
background-color css
<style>
a { background-color: #435555; }
a { background-color: rgb(67,85,85); }
div.DivClassName
{
background-color: #435555;
}
.BgClassName
{
background-color: #435555;
}
</style>
border-color css
<style>
span { border-color: #435555; }
span { border-color: rgb(67,85,85); }
td.TdClassName
{
border-color: #435555;
}
.TagClassName
{
border-color: #435555;
}
</style>