Shades of Dark Slate Grey #285452
Tints of Dark Slate Grey #285452
RGB
CMYK
RGB Variations
Color information
#285452 (or 0x285452) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 52. RGB value is (40,84,82). Sum of RGB (Red+Green+Blue) = 40+84+82=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #285452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285452 is #D7ABAD. Grayscale: #464646. Windows color (decimal): -14134190 or 5395496. OLE color: 5395496.
HSL color Cylindrical-coordinate representation of color #285452: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285452 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 82 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.67 |
| HSL | 177.27º | 0.35% | 0.24% | - |
| HSV(B) | 177.27º | 0.52% | 0.33% | - |
| XYZ | 5.57 | 7.4 | 9.12 | - |
| YUV | 70.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 82 | 0.52 | 0 | 0.02 | 0.67 | 177.27 | 0.35 | 0.24 |
| Hex | 28 | 54 | 52 | 34 | 0 | 2 | 43 | B1 | 23 | 18 |
| Octal | 50 | 124 | 122 | 64 | 0 | 2 | 103 | 261 | 43 | 30 |
| Binary | 101000 | 1010100 | 1010010 | 110100 | 0 | 10 | 1000011 | 10110001 | 100011 | 11000 |
Color Harmonies of #285452
Complementary color
Monochromatic Colors of #285452
Black with #285452
Text Example
Text Example
White with #285452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285452; }
p { color: rgb(40,84,82); }
H1.HeaderClassName
{
color: #285452;
}
.AnyTagClassName
{
color: #285452;
}
</style>
background-color css
<style>
a { background-color: #285452; }
a { background-color: rgb(40,84,82); }
div.DivClassName
{
background-color: #285452;
}
.BgClassName
{
background-color: #285452;
}
</style>
border-color css
<style>
span { border-color: #285452; }
span { border-color: rgb(40,84,82); }
td.TdClassName
{
border-color: #285452;
}
.TagClassName
{
border-color: #285452;
}
</style>