Shades of Dark Slate Grey #28595A
Tints of Dark Slate Grey #28595A
RGB
CMYK
RGB Variations
Color information
#28595A (or 0x28595A) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 5A. RGB value is (40,89,90). Sum of RGB (Red+Green+Blue) = 40+89+90=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #28595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595A is #D7A6A5. Grayscale: #4A4A4A. Windows color (decimal): -14132902 or 5921064. OLE color: 5921064.
HSL color Cylindrical-coordinate representation of color #28595A: hue angle of 181.2º 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 #28595A is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 90 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.65 |
| HSL | 181.2º | 0.38% | 0.25% | - |
| HSV(B) | 181.2º | 0.56% | 0.35% | - |
| XYZ | 6.29 | 8.33 | 10.95 | - |
| YUV | 74.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 90 | 0.56 | 0.01 | 0 | 0.65 | 181.2 | 0.38 | 0.25 |
| Hex | 28 | 59 | 5A | 38 | 1 | 0 | 41 | B5 | 26 | 19 |
| Octal | 50 | 131 | 132 | 70 | 1 | 0 | 101 | 265 | 46 | 31 |
| Binary | 101000 | 1011001 | 1011010 | 111000 | 1 | 0 | 1000001 | 10110101 | 100110 | 11001 |
Color Harmonies of #28595A
Complementary color
Monochromatic Colors of #28595A
Black with #28595A
Text Example
Text Example
White with #28595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28595A; }
p { color: rgb(40,89,90); }
H1.HeaderClassName
{
color: #28595A;
}
.AnyTagClassName
{
color: #28595A;
}
</style>
background-color css
<style>
a { background-color: #28595A; }
a { background-color: rgb(40,89,90); }
div.DivClassName
{
background-color: #28595A;
}
.BgClassName
{
background-color: #28595A;
}
</style>
border-color css
<style>
span { border-color: #28595A; }
span { border-color: rgb(40,89,90); }
td.TdClassName
{
border-color: #28595A;
}
.TagClassName
{
border-color: #28595A;
}
</style>