Shades of Dark Slate Grey #255957
Tints of Dark Slate Grey #255957
RGB
CMYK
RGB Variations
Color information
#255957 (or 0x255957) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 57. RGB value is (37,89,87). Sum of RGB (Red+Green+Blue) = 37+89+87=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #255957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255957 is #DAA6A8. Grayscale: #494949. Windows color (decimal): -14329513 or 5724453. OLE color: 5724453.
HSL color Cylindrical-coordinate representation of color #255957: hue angle of 177.69º 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 #255957 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 87 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.65 |
| HSL | 177.69º | 0.41% | 0.25% | - |
| HSV(B) | 177.69º | 0.58% | 0.35% | - |
| XYZ | 6.06 | 8.23 | 10.29 | - |
| YUV | 73.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 87 | 0.58 | 0 | 0.02 | 0.65 | 177.69 | 0.41 | 0.25 |
| Hex | 25 | 59 | 57 | 3A | 0 | 2 | 41 | B2 | 29 | 19 |
| Octal | 45 | 131 | 127 | 72 | 0 | 2 | 101 | 262 | 51 | 31 |
| Binary | 100101 | 1011001 | 1010111 | 111010 | 0 | 10 | 1000001 | 10110010 | 101001 | 11001 |
Color Harmonies of #255957
Complementary color
Monochromatic Colors of #255957
Black with #255957
Text Example
Text Example
White with #255957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255957; }
p { color: rgb(37,89,87); }
H1.HeaderClassName
{
color: #255957;
}
.AnyTagClassName
{
color: #255957;
}
</style>
background-color css
<style>
a { background-color: #255957; }
a { background-color: rgb(37,89,87); }
div.DivClassName
{
background-color: #255957;
}
.BgClassName
{
background-color: #255957;
}
</style>
border-color css
<style>
span { border-color: #255957; }
span { border-color: rgb(37,89,87); }
td.TdClassName
{
border-color: #255957;
}
.TagClassName
{
border-color: #255957;
}
</style>