Shades of Dark Slate Grey #255859
Tints of Dark Slate Grey #255859
RGB
CMYK
RGB Variations
Color information
#255859 (or 0x255859) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 59. RGB value is (37,88,89). Sum of RGB (Red+Green+Blue) = 37+88+89=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #255859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255859 is #DAA7A6. Grayscale: #484848. Windows color (decimal): -14329767 or 5855269. OLE color: 5855269.
HSL color Cylindrical-coordinate representation of color #255859: hue angle of 181.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255859 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 88 | 89 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.65 |
| HSL | 181.15º | 0.41% | 0.25% | - |
| HSV(B) | 181.15º | 0.58% | 0.35% | - |
| XYZ | 6.06 | 8.09 | 10.69 | - |
| YUV | 72.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 89 | 0.58 | 0.01 | 0 | 0.65 | 181.15 | 0.41 | 0.25 |
| Hex | 25 | 58 | 59 | 3A | 1 | 0 | 41 | B5 | 29 | 19 |
| Octal | 45 | 130 | 131 | 72 | 1 | 0 | 101 | 265 | 51 | 31 |
| Binary | 100101 | 1011000 | 1011001 | 111010 | 1 | 0 | 1000001 | 10110101 | 101001 | 11001 |
Color Harmonies of #255859
Complementary color
Monochromatic Colors of #255859
Black with #255859
Text Example
Text Example
White with #255859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255859; }
p { color: rgb(37,88,89); }
H1.HeaderClassName
{
color: #255859;
}
.AnyTagClassName
{
color: #255859;
}
</style>
background-color css
<style>
a { background-color: #255859; }
a { background-color: rgb(37,88,89); }
div.DivClassName
{
background-color: #255859;
}
.BgClassName
{
background-color: #255859;
}
</style>
border-color css
<style>
span { border-color: #255859; }
span { border-color: rgb(37,88,89); }
td.TdClassName
{
border-color: #255859;
}
.TagClassName
{
border-color: #255859;
}
</style>