Shades of Dark Slate Grey #245857
Tints of Dark Slate Grey #245857
RGB
CMYK
RGB Variations
Color information
#245857 (or 0x245857) is known color: Dark Slate Grey. HEX triplet: 24, 58 and 57. RGB value is (36,88,87). Sum of RGB (Red+Green+Blue) = 36+88+87=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #245857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245857 is #DBA7A8. Grayscale: #484848. Windows color (decimal): -14395305 or 5724196. OLE color: 5724196.
HSL color Cylindrical-coordinate representation of color #245857: hue angle of 178.85º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #245857 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 87 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.65 |
| HSL | 178.85º | 0.42% | 0.24% | - |
| HSV(B) | 178.85º | 0.59% | 0.35% | - |
| XYZ | 5.94 | 8.04 | 10.26 | - |
| YUV | 72.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 87 | 0.59 | 0 | 0.01 | 0.65 | 178.85 | 0.42 | 0.24 |
| Hex | 24 | 58 | 57 | 3B | 0 | 1 | 41 | B3 | 2A | 18 |
| Octal | 44 | 130 | 127 | 73 | 0 | 1 | 101 | 263 | 52 | 30 |
| Binary | 100100 | 1011000 | 1010111 | 111011 | 0 | 1 | 1000001 | 10110011 | 101010 | 11000 |
Color Harmonies of #245857
Complementary color
Monochromatic Colors of #245857
Black with #245857
Text Example
Text Example
White with #245857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245857; }
p { color: rgb(36,88,87); }
H1.HeaderClassName
{
color: #245857;
}
.AnyTagClassName
{
color: #245857;
}
</style>
background-color css
<style>
a { background-color: #245857; }
a { background-color: rgb(36,88,87); }
div.DivClassName
{
background-color: #245857;
}
.BgClassName
{
background-color: #245857;
}
</style>
border-color css
<style>
span { border-color: #245857; }
span { border-color: rgb(36,88,87); }
td.TdClassName
{
border-color: #245857;
}
.TagClassName
{
border-color: #245857;
}
</style>