Shades of Dark Slate Grey #24575C
Tints of Dark Slate Grey #24575C
RGB
CMYK
RGB Variations
Color information
#24575C (or 0x24575C) is known color: Dark Slate Grey. HEX triplet: 24, 57 and 5C. RGB value is (36,87,92). Sum of RGB (Red+Green+Blue) = 36+87+92=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #24575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24575C is #DBA8A3. Grayscale: #484848. Windows color (decimal): -14395556 or 6051620. OLE color: 6051620.
HSL color Cylindrical-coordinate representation of color #24575C: hue angle of 185.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24575C is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 87 | 92 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.64 |
| HSL | 185.36º | 0.44% | 0.25% | - |
| HSV(B) | 185.36º | 0.61% | 0.36% | - |
| XYZ | 6.07 | 7.96 | 11.34 | - |
| YUV | 72.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 92 | 0.61 | 0.05 | 0 | 0.64 | 185.36 | 0.44 | 0.25 |
| Hex | 24 | 57 | 5C | 3D | 5 | 0 | 40 | B9 | 2C | 19 |
| Octal | 44 | 127 | 134 | 75 | 5 | 0 | 100 | 271 | 54 | 31 |
| Binary | 100100 | 1010111 | 1011100 | 111101 | 101 | 0 | 1000000 | 10111001 | 101100 | 11001 |
Color Harmonies of #24575C
Complementary color
Monochromatic Colors of #24575C
Black with #24575C
Text Example
Text Example
White with #24575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24575C; }
p { color: rgb(36,87,92); }
H1.HeaderClassName
{
color: #24575C;
}
.AnyTagClassName
{
color: #24575C;
}
</style>
background-color css
<style>
a { background-color: #24575C; }
a { background-color: rgb(36,87,92); }
div.DivClassName
{
background-color: #24575C;
}
.BgClassName
{
background-color: #24575C;
}
</style>
border-color css
<style>
span { border-color: #24575C; }
span { border-color: rgb(36,87,92); }
td.TdClassName
{
border-color: #24575C;
}
.TagClassName
{
border-color: #24575C;
}
</style>