Shades of Dark Slate Grey #255152
Tints of Dark Slate Grey #255152
RGB
CMYK
RGB Variations
Color information
#255152 (or 0x255152) is known color: Dark Slate Grey. HEX triplet: 25, 51 and 52. RGB value is (37,81,82). Sum of RGB (Red+Green+Blue) = 37+81+82=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #255152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255152 is #DAAEAD. Grayscale: #434343. Windows color (decimal): -14331566 or 5394725. OLE color: 5394725.
HSL color Cylindrical-coordinate representation of color #255152: hue angle of 181.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255152 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 81 | 82 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.68 |
| HSL | 181.33º | 0.38% | 0.23% | - |
| HSV(B) | 181.33º | 0.55% | 0.32% | - |
| XYZ | 5.23 | 6.89 | 9.04 | - |
| YUV | 67.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 82 | 0.55 | 0.01 | 0 | 0.68 | 181.33 | 0.38 | 0.23 |
| Hex | 25 | 51 | 52 | 37 | 1 | 0 | 44 | B5 | 26 | 17 |
| Octal | 45 | 121 | 122 | 67 | 1 | 0 | 104 | 265 | 46 | 27 |
| Binary | 100101 | 1010001 | 1010010 | 110111 | 1 | 0 | 1000100 | 10110101 | 100110 | 10111 |
Color Harmonies of #255152
Complementary color
Monochromatic Colors of #255152
Black with #255152
Text Example
Text Example
White with #255152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255152; }
p { color: rgb(37,81,82); }
H1.HeaderClassName
{
color: #255152;
}
.AnyTagClassName
{
color: #255152;
}
</style>
background-color css
<style>
a { background-color: #255152; }
a { background-color: rgb(37,81,82); }
div.DivClassName
{
background-color: #255152;
}
.BgClassName
{
background-color: #255152;
}
</style>
border-color css
<style>
span { border-color: #255152; }
span { border-color: rgb(37,81,82); }
td.TdClassName
{
border-color: #255152;
}
.TagClassName
{
border-color: #255152;
}
</style>