Shades of Dark Slate Grey #28545A
Tints of Dark Slate Grey #28545A
RGB
CMYK
RGB Variations
Color information
#28545A (or 0x28545A) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 5A. RGB value is (40,84,90). Sum of RGB (Red+Green+Blue) = 40+84+90=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #28545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28545A is #D7ABA5. Grayscale: #474747. Windows color (decimal): -14134182 or 5919784. OLE color: 5919784.
HSL color Cylindrical-coordinate representation of color #28545A: hue angle of 187.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 #28545A is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 84 | 90 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.65 |
| HSL | 187.2º | 0.38% | 0.25% | - |
| HSV(B) | 187.2º | 0.56% | 0.35% | - |
| XYZ | 5.89 | 7.53 | 10.82 | - |
| YUV | 71.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 90 | 0.56 | 0.07 | 0 | 0.65 | 187.2 | 0.38 | 0.25 |
| Hex | 28 | 54 | 5A | 38 | 7 | 0 | 41 | BB | 26 | 19 |
| Octal | 50 | 124 | 132 | 70 | 7 | 0 | 101 | 273 | 46 | 31 |
| Binary | 101000 | 1010100 | 1011010 | 111000 | 111 | 0 | 1000001 | 10111011 | 100110 | 11001 |
Color Harmonies of #28545A
Complementary color
Monochromatic Colors of #28545A
Black with #28545A
Text Example
Text Example
White with #28545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28545A; }
p { color: rgb(40,84,90); }
H1.HeaderClassName
{
color: #28545A;
}
.AnyTagClassName
{
color: #28545A;
}
</style>
background-color css
<style>
a { background-color: #28545A; }
a { background-color: rgb(40,84,90); }
div.DivClassName
{
background-color: #28545A;
}
.BgClassName
{
background-color: #28545A;
}
</style>
border-color css
<style>
span { border-color: #28545A; }
span { border-color: rgb(40,84,90); }
td.TdClassName
{
border-color: #28545A;
}
.TagClassName
{
border-color: #28545A;
}
</style>