Shades of Dark Slate #435252
Tints of Dark Slate #435252
RGB
CMYK
RGB Variations
Color information
#435252 (or 0x435252) is known color: Dark Slate. HEX triplet: 43, 52 and 52. RGB value is (67,82,82). Sum of RGB (Red+Green+Blue) = 67+82+82=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #435252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435252 is #BCADAD. Grayscale: #4D4D4D. Windows color (decimal): -12365230 or 5395011. OLE color: 5395011.
HSL color Cylindrical-coordinate representation of color #435252: hue angle of 180º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #435252 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 82 | - |
| CMYK | 0.18 | 0 | 0 | 0.68 |
| HSL | 180º | 0.1% | 0.29% | - |
| HSV(B) | 180º | 0.18% | 0.32% | - |
| XYZ | 6.86 | 7.84 | 9.13 | - |
| YUV | 77.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 82 | 0.18 | 0 | 0 | 0.68 | 180 | 0.1 | 0.29 |
| Hex | 43 | 52 | 52 | 12 | 0 | 0 | 44 | B4 | A | 1D |
| Octal | 103 | 122 | 122 | 22 | 0 | 0 | 104 | 264 | 12 | 35 |
| Binary | 1000011 | 1010010 | 1010010 | 10010 | 0 | 0 | 1000100 | 10110100 | 1010 | 11101 |
Color Harmonies of #435252
Complementary color
Monochromatic Colors of #435252
Black with #435252
Text Example
Text Example
White with #435252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435252; }
p { color: rgb(67,82,82); }
H1.HeaderClassName
{
color: #435252;
}
.AnyTagClassName
{
color: #435252;
}
</style>
background-color css
<style>
a { background-color: #435252; }
a { background-color: rgb(67,82,82); }
div.DivClassName
{
background-color: #435252;
}
.BgClassName
{
background-color: #435252;
}
</style>
border-color css
<style>
span { border-color: #435252; }
span { border-color: rgb(67,82,82); }
td.TdClassName
{
border-color: #435252;
}
.TagClassName
{
border-color: #435252;
}
</style>