Shades of Dark Slate Grey #24565A
Tints of Dark Slate Grey #24565A
RGB
CMYK
RGB Variations
Color information
#24565A (or 0x24565A) is known color: Dark Slate Grey. HEX triplet: 24, 56 and 5A. RGB value is (36,86,90). Sum of RGB (Red+Green+Blue) = 36+86+90=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #24565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24565A is #DBA9A5. Grayscale: #474747. Windows color (decimal): -14395814 or 5920292. OLE color: 5920292.
HSL color Cylindrical-coordinate representation of color #24565A: hue angle of 184.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24565A is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 86 | 90 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.65 |
| HSL | 184.44º | 0.43% | 0.25% | - |
| HSV(B) | 184.44º | 0.6% | 0.35% | - |
| XYZ | 5.9 | 7.77 | 10.86 | - |
| YUV | 71.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 90 | 0.60 | 0.04 | 0 | 0.65 | 184.44 | 0.43 | 0.25 |
| Hex | 24 | 56 | 5A | 3C | 4 | 0 | 41 | B8 | 2B | 19 |
| Octal | 44 | 126 | 132 | 74 | 4 | 0 | 101 | 270 | 53 | 31 |
| Binary | 100100 | 1010110 | 1011010 | 111100 | 100 | 0 | 1000001 | 10111000 | 101011 | 11001 |
Color Harmonies of #24565A
Complementary color
Monochromatic Colors of #24565A
Black with #24565A
Text Example
Text Example
White with #24565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24565A; }
p { color: rgb(36,86,90); }
H1.HeaderClassName
{
color: #24565A;
}
.AnyTagClassName
{
color: #24565A;
}
</style>
background-color css
<style>
a { background-color: #24565A; }
a { background-color: rgb(36,86,90); }
div.DivClassName
{
background-color: #24565A;
}
.BgClassName
{
background-color: #24565A;
}
</style>
border-color css
<style>
span { border-color: #24565A; }
span { border-color: rgb(36,86,90); }
td.TdClassName
{
border-color: #24565A;
}
.TagClassName
{
border-color: #24565A;
}
</style>