Shades of Dark Slate Grey #285553
Tints of Dark Slate Grey #285553
RGB
CMYK
RGB Variations
Color information
#285553 (or 0x285553) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 53. RGB value is (40,85,83). Sum of RGB (Red+Green+Blue) = 40+85+83=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #285553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285553 is #D7AAAC. Grayscale: #474747. Windows color (decimal): -14133933 or 5461288. OLE color: 5461288.
HSL color Cylindrical-coordinate representation of color #285553: hue angle of 177.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285553 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 85 | 83 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.67 |
| HSL | 177.33º | 0.36% | 0.25% | - |
| HSV(B) | 177.33º | 0.53% | 0.33% | - |
| XYZ | 5.68 | 7.57 | 9.35 | - |
| YUV | 71.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 83 | 0.53 | 0 | 0.02 | 0.67 | 177.33 | 0.36 | 0.25 |
| Hex | 28 | 55 | 53 | 35 | 0 | 2 | 43 | B1 | 24 | 19 |
| Octal | 50 | 125 | 123 | 65 | 0 | 2 | 103 | 261 | 44 | 31 |
| Binary | 101000 | 1010101 | 1010011 | 110101 | 0 | 10 | 1000011 | 10110001 | 100100 | 11001 |
Color Harmonies of #285553
Complementary color
Monochromatic Colors of #285553
Black with #285553
Text Example
Text Example
White with #285553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285553; }
p { color: rgb(40,85,83); }
H1.HeaderClassName
{
color: #285553;
}
.AnyTagClassName
{
color: #285553;
}
</style>
background-color css
<style>
a { background-color: #285553; }
a { background-color: rgb(40,85,83); }
div.DivClassName
{
background-color: #285553;
}
.BgClassName
{
background-color: #285553;
}
</style>
border-color css
<style>
span { border-color: #285553; }
span { border-color: rgb(40,85,83); }
td.TdClassName
{
border-color: #285553;
}
.TagClassName
{
border-color: #285553;
}
</style>