Shades of Dark Slate Grey #255857
Tints of Dark Slate Grey #255857
RGB
CMYK
RGB Variations
Color information
#255857 (or 0x255857) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 57. RGB value is (37,88,87). Sum of RGB (Red+Green+Blue) = 37+88+87=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #255857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255857 is #DAA7A8. Grayscale: #484848. Windows color (decimal): -14329769 or 5724197. OLE color: 5724197.
HSL color Cylindrical-coordinate representation of color #255857: hue angle of 178.82º 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 #255857 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 88 | 87 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.65 |
| HSL | 178.82º | 0.41% | 0.25% | - |
| HSV(B) | 178.82º | 0.58% | 0.35% | - |
| XYZ | 5.97 | 8.06 | 10.26 | - |
| YUV | 72.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 87 | 0.58 | 0 | 0.01 | 0.65 | 178.82 | 0.41 | 0.25 |
| Hex | 25 | 58 | 57 | 3A | 0 | 1 | 41 | B3 | 29 | 19 |
| Octal | 45 | 130 | 127 | 72 | 0 | 1 | 101 | 263 | 51 | 31 |
| Binary | 100101 | 1011000 | 1010111 | 111010 | 0 | 1 | 1000001 | 10110011 | 101001 | 11001 |
Color Harmonies of #255857
Complementary color
Monochromatic Colors of #255857
Black with #255857
Text Example
Text Example
White with #255857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255857; }
p { color: rgb(37,88,87); }
H1.HeaderClassName
{
color: #255857;
}
.AnyTagClassName
{
color: #255857;
}
</style>
background-color css
<style>
a { background-color: #255857; }
a { background-color: rgb(37,88,87); }
div.DivClassName
{
background-color: #255857;
}
.BgClassName
{
background-color: #255857;
}
</style>
border-color css
<style>
span { border-color: #255857; }
span { border-color: rgb(37,88,87); }
td.TdClassName
{
border-color: #255857;
}
.TagClassName
{
border-color: #255857;
}
</style>