Shades of Dark Slate Grey #255A59
Tints of Dark Slate Grey #255A59
RGB
CMYK
RGB Variations
Color information
#255A59 (or 0x255A59) is known color: Dark Slate Grey. HEX triplet: 25, 5A and 59. RGB value is (37,90,89). Sum of RGB (Red+Green+Blue) = 37+90+89=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #255A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A59 is #DAA5A6. Grayscale: #494949. Windows color (decimal): -14329255 or 5855781. OLE color: 5855781.
HSL color Cylindrical-coordinate representation of color #255A59: hue angle of 178.87º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A59 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 90 | 89 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.65 |
| HSL | 178.87º | 0.42% | 0.25% | - |
| HSV(B) | 178.87º | 0.59% | 0.35% | - |
| XYZ | 6.22 | 8.43 | 10.75 | - |
| YUV | 74.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 89 | 0.59 | 0 | 0.01 | 0.65 | 178.87 | 0.42 | 0.25 |
| Hex | 25 | 5A | 59 | 3B | 0 | 1 | 41 | B3 | 2A | 19 |
| Octal | 45 | 132 | 131 | 73 | 0 | 1 | 101 | 263 | 52 | 31 |
| Binary | 100101 | 1011010 | 1011001 | 111011 | 0 | 1 | 1000001 | 10110011 | 101010 | 11001 |
Color Harmonies of #255A59
Complementary color
Monochromatic Colors of #255A59
Black with #255A59
Text Example
Text Example
White with #255A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A59; }
p { color: rgb(37,90,89); }
H1.HeaderClassName
{
color: #255A59;
}
.AnyTagClassName
{
color: #255A59;
}
</style>
background-color css
<style>
a { background-color: #255A59; }
a { background-color: rgb(37,90,89); }
div.DivClassName
{
background-color: #255A59;
}
.BgClassName
{
background-color: #255A59;
}
</style>
border-color css
<style>
span { border-color: #255A59; }
span { border-color: rgb(37,90,89); }
td.TdClassName
{
border-color: #255A59;
}
.TagClassName
{
border-color: #255A59;
}
</style>