Shades of Dark Slate #435552
Tints of Dark Slate #435552
RGB
CMYK
RGB Variations
Color information
#435552 (or 0x435552) is known color: Dark Slate. HEX triplet: 43, 55 and 52. RGB value is (67,85,82). Sum of RGB (Red+Green+Blue) = 67+85+82=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #435552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435552 is #BCAAAD. Grayscale: #4F4F4F. Windows color (decimal): -12364462 or 5395779. OLE color: 5395779.
HSL color Cylindrical-coordinate representation of color #435552: hue angle of 170º 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 #435552 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 82 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.67 |
| HSL | 170º | 0.12% | 0.3% | - |
| HSV(B) | 170º | 0.21% | 0.33% | - |
| XYZ | 7.09 | 8.3 | 9.21 | - |
| YUV | 79.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 82 | 0.21 | 0 | 0.04 | 0.67 | 170 | 0.12 | 0.3 |
| Hex | 43 | 55 | 52 | 15 | 0 | 4 | 43 | AA | C | 1E |
| Octal | 103 | 125 | 122 | 25 | 0 | 4 | 103 | 252 | 14 | 36 |
| Binary | 1000011 | 1010101 | 1010010 | 10101 | 0 | 100 | 1000011 | 10101010 | 1100 | 11110 |
Color Harmonies of #435552
Complementary color
Monochromatic Colors of #435552
Black with #435552
Text Example
Text Example
White with #435552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435552; }
p { color: rgb(67,85,82); }
H1.HeaderClassName
{
color: #435552;
}
.AnyTagClassName
{
color: #435552;
}
</style>
background-color css
<style>
a { background-color: #435552; }
a { background-color: rgb(67,85,82); }
div.DivClassName
{
background-color: #435552;
}
.BgClassName
{
background-color: #435552;
}
</style>
border-color css
<style>
span { border-color: #435552; }
span { border-color: rgb(67,85,82); }
td.TdClassName
{
border-color: #435552;
}
.TagClassName
{
border-color: #435552;
}
</style>