Shades of Dark Slate Grey #245054
Tints of Dark Slate Grey #245054
RGB
CMYK
RGB Variations
Color information
#245054 (or 0x245054) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 54. RGB value is (36,80,84). Sum of RGB (Red+Green+Blue) = 36+80+84=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #245054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245054 is #DBAFAB. Grayscale: #434343. Windows color (decimal): -14397356 or 5525540. OLE color: 5525540.
HSL color Cylindrical-coordinate representation of color #245054: hue angle of 185º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245054 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 80 | 84 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.67 |
| HSL | 185º | 0.4% | 0.24% | - |
| HSV(B) | 185º | 0.57% | 0.33% | - |
| XYZ | 5.2 | 6.75 | 9.42 | - |
| YUV | 67.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 84 | 0.57 | 0.05 | 0 | 0.67 | 185 | 0.4 | 0.24 |
| Hex | 24 | 50 | 54 | 39 | 5 | 0 | 43 | B9 | 28 | 18 |
| Octal | 44 | 120 | 124 | 71 | 5 | 0 | 103 | 271 | 50 | 30 |
| Binary | 100100 | 1010000 | 1010100 | 111001 | 101 | 0 | 1000011 | 10111001 | 101000 | 11000 |
Color Harmonies of #245054
Complementary color
Monochromatic Colors of #245054
Black with #245054
Text Example
Text Example
White with #245054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245054; }
p { color: rgb(36,80,84); }
H1.HeaderClassName
{
color: #245054;
}
.AnyTagClassName
{
color: #245054;
}
</style>
background-color css
<style>
a { background-color: #245054; }
a { background-color: rgb(36,80,84); }
div.DivClassName
{
background-color: #245054;
}
.BgClassName
{
background-color: #245054;
}
</style>
border-color css
<style>
span { border-color: #245054; }
span { border-color: rgb(36,80,84); }
td.TdClassName
{
border-color: #245054;
}
.TagClassName
{
border-color: #245054;
}
</style>