Shades of Dark Slate Grey #28544E
Tints of Dark Slate Grey #28544E
RGB
CMYK
RGB Variations
Color information
#28544E (or 0x28544E) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 4E. RGB value is (40,84,78). Sum of RGB (Red+Green+Blue) = 40+84+78=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #28544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28544E is #D7ABB1. Grayscale: #464646. Windows color (decimal): -14134194 or 5133352. OLE color: 5133352.
HSL color Cylindrical-coordinate representation of color #28544E: hue angle of 171.82º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28544E is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 84 | 78 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.67 |
| HSL | 171.82º | 0.35% | 0.24% | - |
| HSV(B) | 171.82º | 0.52% | 0.33% | - |
| XYZ | 5.42 | 7.34 | 8.34 | - |
| YUV | 70.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 78 | 0.52 | 0 | 0.07 | 0.67 | 171.82 | 0.35 | 0.24 |
| Hex | 28 | 54 | 4E | 34 | 0 | 7 | 43 | AC | 23 | 18 |
| Octal | 50 | 124 | 116 | 64 | 0 | 7 | 103 | 254 | 43 | 30 |
| Binary | 101000 | 1010100 | 1001110 | 110100 | 0 | 111 | 1000011 | 10101100 | 100011 | 11000 |
Color Harmonies of #28544E
Complementary color
Monochromatic Colors of #28544E
Black with #28544E
Text Example
Text Example
White with #28544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28544E; }
p { color: rgb(40,84,78); }
H1.HeaderClassName
{
color: #28544E;
}
.AnyTagClassName
{
color: #28544E;
}
</style>
background-color css
<style>
a { background-color: #28544E; }
a { background-color: rgb(40,84,78); }
div.DivClassName
{
background-color: #28544E;
}
.BgClassName
{
background-color: #28544E;
}
</style>
border-color css
<style>
span { border-color: #28544E; }
span { border-color: rgb(40,84,78); }
td.TdClassName
{
border-color: #28544E;
}
.TagClassName
{
border-color: #28544E;
}
</style>