Shades of Dark Slate Grey #28534E
Tints of Dark Slate Grey #28534E
RGB
CMYK
RGB Variations
Color information
#28534E (or 0x28534E) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 4E. RGB value is (40,83,78). Sum of RGB (Red+Green+Blue) = 40+83+78=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #28534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28534E is #D7ACB1. Grayscale: #454545. Windows color (decimal): -14134450 or 5133096. OLE color: 5133096.
HSL color Cylindrical-coordinate representation of color #28534E: hue angle of 173.02º 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 #28534E is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 78 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.67 |
| HSL | 173.02º | 0.35% | 0.24% | - |
| HSV(B) | 173.02º | 0.52% | 0.33% | - |
| XYZ | 5.34 | 7.19 | 8.31 | - |
| YUV | 69.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 78 | 0.52 | 0 | 0.06 | 0.67 | 173.02 | 0.35 | 0.24 |
| Hex | 28 | 53 | 4E | 34 | 0 | 6 | 43 | AD | 23 | 18 |
| Octal | 50 | 123 | 116 | 64 | 0 | 6 | 103 | 255 | 43 | 30 |
| Binary | 101000 | 1010011 | 1001110 | 110100 | 0 | 110 | 1000011 | 10101101 | 100011 | 11000 |
Color Harmonies of #28534E
Complementary color
Monochromatic Colors of #28534E
Black with #28534E
Text Example
Text Example
White with #28534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28534E; }
p { color: rgb(40,83,78); }
H1.HeaderClassName
{
color: #28534E;
}
.AnyTagClassName
{
color: #28534E;
}
</style>
background-color css
<style>
a { background-color: #28534E; }
a { background-color: rgb(40,83,78); }
div.DivClassName
{
background-color: #28534E;
}
.BgClassName
{
background-color: #28534E;
}
</style>
border-color css
<style>
span { border-color: #28534E; }
span { border-color: rgb(40,83,78); }
td.TdClassName
{
border-color: #28534E;
}
.TagClassName
{
border-color: #28534E;
}
</style>