Shades of Dark Slate Grey #28555A
Tints of Dark Slate Grey #28555A
RGB
CMYK
RGB Variations
Color information
#28555A (or 0x28555A) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 5A. RGB value is (40,85,90). Sum of RGB (Red+Green+Blue) = 40+85+90=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #28555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555A is #D7AAA5. Grayscale: #484848. Windows color (decimal): -14133926 or 5920040. OLE color: 5920040.
HSL color Cylindrical-coordinate representation of color #28555A: hue angle of 186º 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 #28555A is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 85 | 90 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.65 |
| HSL | 186º | 0.38% | 0.25% | - |
| HSV(B) | 186º | 0.56% | 0.35% | - |
| XYZ | 5.97 | 7.69 | 10.84 | - |
| YUV | 72.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 90 | 0.56 | 0.06 | 0 | 0.65 | 186 | 0.38 | 0.25 |
| Hex | 28 | 55 | 5A | 38 | 6 | 0 | 41 | BA | 26 | 19 |
| Octal | 50 | 125 | 132 | 70 | 6 | 0 | 101 | 272 | 46 | 31 |
| Binary | 101000 | 1010101 | 1011010 | 111000 | 110 | 0 | 1000001 | 10111010 | 100110 | 11001 |
Color Harmonies of #28555A
Complementary color
Monochromatic Colors of #28555A
Black with #28555A
Text Example
Text Example
White with #28555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28555A; }
p { color: rgb(40,85,90); }
H1.HeaderClassName
{
color: #28555A;
}
.AnyTagClassName
{
color: #28555A;
}
</style>
background-color css
<style>
a { background-color: #28555A; }
a { background-color: rgb(40,85,90); }
div.DivClassName
{
background-color: #28555A;
}
.BgClassName
{
background-color: #28555A;
}
</style>
border-color css
<style>
span { border-color: #28555A; }
span { border-color: rgb(40,85,90); }
td.TdClassName
{
border-color: #28555A;
}
.TagClassName
{
border-color: #28555A;
}
</style>