Shades of Dark Slate Grey #295157
Tints of Dark Slate Grey #295157
RGB
CMYK
RGB Variations
Color information
#295157 (or 0x295157) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 57. RGB value is (41,81,87). Sum of RGB (Red+Green+Blue) = 41+81+87=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #295157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295157 is #D6AEA8. Grayscale: #454545. Windows color (decimal): -14069417 or 5722409. OLE color: 5722409.
HSL color Cylindrical-coordinate representation of color #295157: hue angle of 187.83º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295157 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 81 | 87 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.66 |
| HSL | 187.83º | 0.36% | 0.25% | - |
| HSV(B) | 187.83º | 0.53% | 0.34% | - |
| XYZ | 5.58 | 7.04 | 10.08 | - |
| YUV | 69.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 87 | 0.53 | 0.07 | 0 | 0.66 | 187.83 | 0.36 | 0.25 |
| Hex | 29 | 51 | 57 | 35 | 7 | 0 | 42 | BC | 24 | 19 |
| Octal | 51 | 121 | 127 | 65 | 7 | 0 | 102 | 274 | 44 | 31 |
| Binary | 101001 | 1010001 | 1010111 | 110101 | 111 | 0 | 1000010 | 10111100 | 100100 | 11001 |
Color Harmonies of #295157
Complementary color
Monochromatic Colors of #295157
Black with #295157
Text Example
Text Example
White with #295157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295157; }
p { color: rgb(41,81,87); }
H1.HeaderClassName
{
color: #295157;
}
.AnyTagClassName
{
color: #295157;
}
</style>
background-color css
<style>
a { background-color: #295157; }
a { background-color: rgb(41,81,87); }
div.DivClassName
{
background-color: #295157;
}
.BgClassName
{
background-color: #295157;
}
</style>
border-color css
<style>
span { border-color: #295157; }
span { border-color: rgb(41,81,87); }
td.TdClassName
{
border-color: #295157;
}
.TagClassName
{
border-color: #295157;
}
</style>