Shades of Dark Slate Grey #315255
Tints of Dark Slate Grey #315255
RGB
CMYK
RGB Variations
Color information
#315255 (or 0x315255) is known color: Dark Slate Grey. HEX triplet: 31, 52 and 55. RGB value is (49,82,85). Sum of RGB (Red+Green+Blue) = 49+82+85=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #315255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315255 is #CEADAA. Grayscale: #484848. Windows color (decimal): -13544875 or 5591601. OLE color: 5591601.
HSL color Cylindrical-coordinate representation of color #315255: hue angle of 185º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315255 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 82 | 85 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.67 |
| HSL | 185º | 0.27% | 0.26% | - |
| HSV(B) | 185º | 0.42% | 0.33% | - |
| XYZ | 5.92 | 7.34 | 9.7 | - |
| YUV | 72.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 85 | 0.42 | 0.04 | 0 | 0.67 | 185 | 0.27 | 0.26 |
| Hex | 31 | 52 | 55 | 2A | 4 | 0 | 43 | B9 | 1B | 1A |
| Octal | 61 | 122 | 125 | 52 | 4 | 0 | 103 | 271 | 33 | 32 |
| Binary | 110001 | 1010010 | 1010101 | 101010 | 100 | 0 | 1000011 | 10111001 | 11011 | 11010 |
Color Harmonies of #315255
Complementary color
Monochromatic Colors of #315255
Black with #315255
Text Example
Text Example
White with #315255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315255; }
p { color: rgb(49,82,85); }
H1.HeaderClassName
{
color: #315255;
}
.AnyTagClassName
{
color: #315255;
}
</style>
background-color css
<style>
a { background-color: #315255; }
a { background-color: rgb(49,82,85); }
div.DivClassName
{
background-color: #315255;
}
.BgClassName
{
background-color: #315255;
}
</style>
border-color css
<style>
span { border-color: #315255; }
span { border-color: rgb(49,82,85); }
td.TdClassName
{
border-color: #315255;
}
.TagClassName
{
border-color: #315255;
}
</style>