Shades of Dark Slate Grey #255153
Tints of Dark Slate Grey #255153
RGB
CMYK
RGB Variations
Color information
#255153 (or 0x255153) is known color: Dark Slate Grey. HEX triplet: 25, 51 and 53. RGB value is (37,81,83). Sum of RGB (Red+Green+Blue) = 37+81+83=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #255153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255153 is #DAAEAC. Grayscale: #444444. Windows color (decimal): -14331565 or 5460261. OLE color: 5460261.
HSL color Cylindrical-coordinate representation of color #255153: hue angle of 182.61º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255153 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 81 | 83 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.67 |
| HSL | 182.61º | 0.38% | 0.24% | - |
| HSV(B) | 182.61º | 0.55% | 0.33% | - |
| XYZ | 5.27 | 6.9 | 9.24 | - |
| YUV | 68.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 83 | 0.55 | 0.02 | 0 | 0.67 | 182.61 | 0.38 | 0.24 |
| Hex | 25 | 51 | 53 | 37 | 2 | 0 | 43 | B7 | 26 | 18 |
| Octal | 45 | 121 | 123 | 67 | 2 | 0 | 103 | 267 | 46 | 30 |
| Binary | 100101 | 1010001 | 1010011 | 110111 | 10 | 0 | 1000011 | 10110111 | 100110 | 11000 |
Color Harmonies of #255153
Complementary color
Monochromatic Colors of #255153
Black with #255153
Text Example
Text Example
White with #255153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255153; }
p { color: rgb(37,81,83); }
H1.HeaderClassName
{
color: #255153;
}
.AnyTagClassName
{
color: #255153;
}
</style>
background-color css
<style>
a { background-color: #255153; }
a { background-color: rgb(37,81,83); }
div.DivClassName
{
background-color: #255153;
}
.BgClassName
{
background-color: #255153;
}
</style>
border-color css
<style>
span { border-color: #255153; }
span { border-color: rgb(37,81,83); }
td.TdClassName
{
border-color: #255153;
}
.TagClassName
{
border-color: #255153;
}
</style>