Shades of Dark Slate Grey #255A5B
Tints of Dark Slate Grey #255A5B
RGB
CMYK
RGB Variations
Color information
#255A5B (or 0x255A5B) is known color: Dark Slate Grey. HEX triplet: 25, 5A and 5B. RGB value is (37,90,91). Sum of RGB (Red+Green+Blue) = 37+90+91=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #255A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A5B is #DAA5A4. Grayscale: #4A4A4A. Windows color (decimal): -14329253 or 5986853. OLE color: 5986853.
HSL color Cylindrical-coordinate representation of color #255A5B: hue angle of 181.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A5B is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 90 | 91 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.64 |
| HSL | 181.11º | 0.42% | 0.25% | - |
| HSV(B) | 181.11º | 0.59% | 0.36% | - |
| XYZ | 6.31 | 8.46 | 11.2 | - |
| YUV | 74.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 91 | 0.59 | 0.01 | 0 | 0.64 | 181.11 | 0.42 | 0.25 |
| Hex | 25 | 5A | 5B | 3B | 1 | 0 | 40 | B5 | 2A | 19 |
| Octal | 45 | 132 | 133 | 73 | 1 | 0 | 100 | 265 | 52 | 31 |
| Binary | 100101 | 1011010 | 1011011 | 111011 | 1 | 0 | 1000000 | 10110101 | 101010 | 11001 |
Color Harmonies of #255A5B
Complementary color
Monochromatic Colors of #255A5B
Black with #255A5B
Text Example
Text Example
White with #255A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A5B; }
p { color: rgb(37,90,91); }
H1.HeaderClassName
{
color: #255A5B;
}
.AnyTagClassName
{
color: #255A5B;
}
</style>
background-color css
<style>
a { background-color: #255A5B; }
a { background-color: rgb(37,90,91); }
div.DivClassName
{
background-color: #255A5B;
}
.BgClassName
{
background-color: #255A5B;
}
</style>
border-color css
<style>
span { border-color: #255A5B; }
span { border-color: rgb(37,90,91); }
td.TdClassName
{
border-color: #255A5B;
}
.TagClassName
{
border-color: #255A5B;
}
</style>