Shades of Dark Slate Grey #284E52
Tints of Dark Slate Grey #284E52
RGB
CMYK
RGB Variations
Color information
#284E52 (or 0x284E52) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 52. RGB value is (40,78,82). Sum of RGB (Red+Green+Blue) = 40+78+82=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #284E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E52 is #D7B1AD. Grayscale: #434343. Windows color (decimal): -14135726 or 5393960. OLE color: 5393960.
HSL color Cylindrical-coordinate representation of color #284E52: hue angle of 185.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284E52 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 78 | 82 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.68 |
| HSL | 185.71º | 0.34% | 0.24% | - |
| HSV(B) | 185.71º | 0.51% | 0.32% | - |
| XYZ | 5.12 | 6.51 | 8.97 | - |
| YUV | 67.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 82 | 0.51 | 0.05 | 0 | 0.68 | 185.71 | 0.34 | 0.24 |
| Hex | 28 | 4E | 52 | 33 | 5 | 0 | 44 | BA | 22 | 18 |
| Octal | 50 | 116 | 122 | 63 | 5 | 0 | 104 | 272 | 42 | 30 |
| Binary | 101000 | 1001110 | 1010010 | 110011 | 101 | 0 | 1000100 | 10111010 | 100010 | 11000 |
Color Harmonies of #284E52
Complementary color
Monochromatic Colors of #284E52
Black with #284E52
Text Example
Text Example
White with #284E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E52; }
p { color: rgb(40,78,82); }
H1.HeaderClassName
{
color: #284E52;
}
.AnyTagClassName
{
color: #284E52;
}
</style>
background-color css
<style>
a { background-color: #284E52; }
a { background-color: rgb(40,78,82); }
div.DivClassName
{
background-color: #284E52;
}
.BgClassName
{
background-color: #284E52;
}
</style>
border-color css
<style>
span { border-color: #284E52; }
span { border-color: rgb(40,78,82); }
td.TdClassName
{
border-color: #284E52;
}
.TagClassName
{
border-color: #284E52;
}
</style>