Shades of Dark Slate #435452
Tints of Dark Slate #435452
RGB
CMYK
RGB Variations
Color information
#435452 (or 0x435452) is known color: Dark Slate. HEX triplet: 43, 54 and 52. RGB value is (67,84,82). Sum of RGB (Red+Green+Blue) = 67+84+82=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #435452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435452 is #BCABAD. Grayscale: #4E4E4E. Windows color (decimal): -12364718 or 5395523. OLE color: 5395523.
HSL color Cylindrical-coordinate representation of color #435452: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435452 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 82 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.67 |
| HSL | 172.94º | 0.11% | 0.3% | - |
| HSV(B) | 172.94º | 0.2% | 0.33% | - |
| XYZ | 7.01 | 8.14 | 9.19 | - |
| YUV | 78.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 82 | 0.20 | 0 | 0.02 | 0.67 | 172.94 | 0.11 | 0.3 |
| Hex | 43 | 54 | 52 | 14 | 0 | 2 | 43 | AD | B | 1E |
| Octal | 103 | 124 | 122 | 24 | 0 | 2 | 103 | 255 | 13 | 36 |
| Binary | 1000011 | 1010100 | 1010010 | 10100 | 0 | 10 | 1000011 | 10101101 | 1011 | 11110 |
Color Harmonies of #435452
Complementary color
Monochromatic Colors of #435452
Black with #435452
Text Example
Text Example
White with #435452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435452; }
p { color: rgb(67,84,82); }
H1.HeaderClassName
{
color: #435452;
}
.AnyTagClassName
{
color: #435452;
}
</style>
background-color css
<style>
a { background-color: #435452; }
a { background-color: rgb(67,84,82); }
div.DivClassName
{
background-color: #435452;
}
.BgClassName
{
background-color: #435452;
}
</style>
border-color css
<style>
span { border-color: #435452; }
span { border-color: rgb(67,84,82); }
td.TdClassName
{
border-color: #435452;
}
.TagClassName
{
border-color: #435452;
}
</style>