Shades of Dark Slate #435352
Tints of Dark Slate #435352
RGB
CMYK
RGB Variations
Color information
#435352 (or 0x435352) is known color: Dark Slate. HEX triplet: 43, 53 and 52. RGB value is (67,83,82). Sum of RGB (Red+Green+Blue) = 67+83+82=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #435352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435352 is #BCACAD. Grayscale: #4E4E4E. Windows color (decimal): -12364974 or 5395267. OLE color: 5395267.
HSL color Cylindrical-coordinate representation of color #435352: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #435352 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 82 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.67 |
| HSL | 176.25º | 0.11% | 0.29% | - |
| HSV(B) | 176.25º | 0.19% | 0.33% | - |
| XYZ | 6.93 | 7.99 | 9.16 | - |
| YUV | 78.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 82 | 0.19 | 0 | 0.01 | 0.67 | 176.25 | 0.11 | 0.29 |
| Hex | 43 | 53 | 52 | 13 | 0 | 1 | 43 | B0 | B | 1D |
| Octal | 103 | 123 | 122 | 23 | 0 | 1 | 103 | 260 | 13 | 35 |
| Binary | 1000011 | 1010011 | 1010010 | 10011 | 0 | 1 | 1000011 | 10110000 | 1011 | 11101 |
Color Harmonies of #435352
Complementary color
Monochromatic Colors of #435352
Black with #435352
Text Example
Text Example
White with #435352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435352; }
p { color: rgb(67,83,82); }
H1.HeaderClassName
{
color: #435352;
}
.AnyTagClassName
{
color: #435352;
}
</style>
background-color css
<style>
a { background-color: #435352; }
a { background-color: rgb(67,83,82); }
div.DivClassName
{
background-color: #435352;
}
.BgClassName
{
background-color: #435352;
}
</style>
border-color css
<style>
span { border-color: #435352; }
span { border-color: rgb(67,83,82); }
td.TdClassName
{
border-color: #435352;
}
.TagClassName
{
border-color: #435352;
}
</style>