Shades of Dark Slate Grey #28595B
Tints of Dark Slate Grey #28595B
RGB
CMYK
RGB Variations
Color information
#28595B (or 0x28595B) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 5B. RGB value is (40,89,91). Sum of RGB (Red+Green+Blue) = 40+89+91=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #28595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595B is #D7A6A4. Grayscale: #4A4A4A. Windows color (decimal): -14132901 or 5986600. OLE color: 5986600.
HSL color Cylindrical-coordinate representation of color #28595B: hue angle of 182.35º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28595B is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 89 | 91 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.64 |
| HSL | 182.35º | 0.39% | 0.26% | - |
| HSV(B) | 182.35º | 0.56% | 0.36% | - |
| XYZ | 6.34 | 8.35 | 11.18 | - |
| YUV | 74.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 91 | 0.56 | 0.02 | 0 | 0.64 | 182.35 | 0.39 | 0.26 |
| Hex | 28 | 59 | 5B | 38 | 2 | 0 | 40 | B6 | 27 | 1A |
| Octal | 50 | 131 | 133 | 70 | 2 | 0 | 100 | 266 | 47 | 32 |
| Binary | 101000 | 1011001 | 1011011 | 111000 | 10 | 0 | 1000000 | 10110110 | 100111 | 11010 |
Color Harmonies of #28595B
Complementary color
Monochromatic Colors of #28595B
Black with #28595B
Text Example
Text Example
White with #28595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28595B; }
p { color: rgb(40,89,91); }
H1.HeaderClassName
{
color: #28595B;
}
.AnyTagClassName
{
color: #28595B;
}
</style>
background-color css
<style>
a { background-color: #28595B; }
a { background-color: rgb(40,89,91); }
div.DivClassName
{
background-color: #28595B;
}
.BgClassName
{
background-color: #28595B;
}
</style>
border-color css
<style>
span { border-color: #28595B; }
span { border-color: rgb(40,89,91); }
td.TdClassName
{
border-color: #28595B;
}
.TagClassName
{
border-color: #28595B;
}
</style>