Shades of Dark Slate Grey #285153
Tints of Dark Slate Grey #285153
RGB
CMYK
RGB Variations
Color information
#285153 (or 0x285153) is known color: Dark Slate Grey. HEX triplet: 28, 51 and 53. RGB value is (40,81,83). Sum of RGB (Red+Green+Blue) = 40+81+83=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #285153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285153 is #D7AEAC. Grayscale: #444444. Windows color (decimal): -14134957 or 5460264. OLE color: 5460264.
HSL color Cylindrical-coordinate representation of color #285153: hue angle of 182.79º 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 #285153 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 81 | 83 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.67 |
| HSL | 182.79º | 0.35% | 0.24% | - |
| HSV(B) | 182.79º | 0.52% | 0.33% | - |
| XYZ | 5.38 | 6.96 | 9.24 | - |
| YUV | 68.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 83 | 0.52 | 0.02 | 0 | 0.67 | 182.79 | 0.35 | 0.24 |
| Hex | 28 | 51 | 53 | 34 | 2 | 0 | 43 | B7 | 23 | 18 |
| Octal | 50 | 121 | 123 | 64 | 2 | 0 | 103 | 267 | 43 | 30 |
| Binary | 101000 | 1010001 | 1010011 | 110100 | 10 | 0 | 1000011 | 10110111 | 100011 | 11000 |
Color Harmonies of #285153
Complementary color
Monochromatic Colors of #285153
Black with #285153
Text Example
Text Example
White with #285153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285153; }
p { color: rgb(40,81,83); }
H1.HeaderClassName
{
color: #285153;
}
.AnyTagClassName
{
color: #285153;
}
</style>
background-color css
<style>
a { background-color: #285153; }
a { background-color: rgb(40,81,83); }
div.DivClassName
{
background-color: #285153;
}
.BgClassName
{
background-color: #285153;
}
</style>
border-color css
<style>
span { border-color: #285153; }
span { border-color: rgb(40,81,83); }
td.TdClassName
{
border-color: #285153;
}
.TagClassName
{
border-color: #285153;
}
</style>