Shades of Dark Slate Grey #245456
Tints of Dark Slate Grey #245456
RGB
CMYK
RGB Variations
Color information
#245456 (or 0x245456) is known color: Dark Slate Grey. HEX triplet: 24, 54 and 56. RGB value is (36,84,86). Sum of RGB (Red+Green+Blue) = 36+84+86=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #245456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245456 is #DBABA9. Grayscale: #454545. Windows color (decimal): -14396330 or 5657636. OLE color: 5657636.
HSL color Cylindrical-coordinate representation of color #245456: hue angle of 182.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245456 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 84 | 86 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.66 |
| HSL | 182.4º | 0.41% | 0.24% | - |
| HSV(B) | 182.4º | 0.58% | 0.34% | - |
| XYZ | 5.58 | 7.39 | 9.94 | - |
| YUV | 69.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 86 | 0.58 | 0.02 | 0 | 0.66 | 182.4 | 0.41 | 0.24 |
| Hex | 24 | 54 | 56 | 3A | 2 | 0 | 42 | B6 | 29 | 18 |
| Octal | 44 | 124 | 126 | 72 | 2 | 0 | 102 | 266 | 51 | 30 |
| Binary | 100100 | 1010100 | 1010110 | 111010 | 10 | 0 | 1000010 | 10110110 | 101001 | 11000 |
Color Harmonies of #245456
Complementary color
Monochromatic Colors of #245456
Black with #245456
Text Example
Text Example
White with #245456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245456; }
p { color: rgb(36,84,86); }
H1.HeaderClassName
{
color: #245456;
}
.AnyTagClassName
{
color: #245456;
}
</style>
background-color css
<style>
a { background-color: #245456; }
a { background-color: rgb(36,84,86); }
div.DivClassName
{
background-color: #245456;
}
.BgClassName
{
background-color: #245456;
}
</style>
border-color css
<style>
span { border-color: #245456; }
span { border-color: rgb(36,84,86); }
td.TdClassName
{
border-color: #245456;
}
.TagClassName
{
border-color: #245456;
}
</style>