Shades of Dark Slate Grey #285A58
Tints of Dark Slate Grey #285A58
RGB
CMYK
RGB Variations
Color information
#285A58 (or 0x285A58) is known color: Dark Slate Grey. HEX triplet: 28, 5A and 58. RGB value is (40,90,88). Sum of RGB (Red+Green+Blue) = 40+90+88=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #285A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A58 is #D7A5A7. Grayscale: #4A4A4A. Windows color (decimal): -14132648 or 5790248. OLE color: 5790248.
HSL color Cylindrical-coordinate representation of color #285A58: hue angle of 177.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A58 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 88 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.65 |
| HSL | 177.6º | 0.38% | 0.25% | - |
| HSV(B) | 177.6º | 0.56% | 0.35% | - |
| XYZ | 6.29 | 8.47 | 10.54 | - |
| YUV | 74.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 88 | 0.56 | 0 | 0.02 | 0.65 | 177.6 | 0.38 | 0.25 |
| Hex | 28 | 5A | 58 | 38 | 0 | 2 | 41 | B2 | 26 | 19 |
| Octal | 50 | 132 | 130 | 70 | 0 | 2 | 101 | 262 | 46 | 31 |
| Binary | 101000 | 1011010 | 1011000 | 111000 | 0 | 10 | 1000001 | 10110010 | 100110 | 11001 |
Color Harmonies of #285A58
Complementary color
Monochromatic Colors of #285A58
Black with #285A58
Text Example
Text Example
White with #285A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A58; }
p { color: rgb(40,90,88); }
H1.HeaderClassName
{
color: #285A58;
}
.AnyTagClassName
{
color: #285A58;
}
</style>
background-color css
<style>
a { background-color: #285A58; }
a { background-color: rgb(40,90,88); }
div.DivClassName
{
background-color: #285A58;
}
.BgClassName
{
background-color: #285A58;
}
</style>
border-color css
<style>
span { border-color: #285A58; }
span { border-color: rgb(40,90,88); }
td.TdClassName
{
border-color: #285A58;
}
.TagClassName
{
border-color: #285A58;
}
</style>