Shades of Dark Slate #475857
Tints of Dark Slate #475857
RGB
CMYK
RGB Variations
Color information
#475857 (or 0x475857) is known color: Dark Slate. HEX triplet: 47, 58 and 57. RGB value is (71,88,87). Sum of RGB (Red+Green+Blue) = 71+88+87=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #475857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475857 is #B8A7A8. Grayscale: #525252. Windows color (decimal): -12101545 or 5724231. OLE color: 5724231.
HSL color Cylindrical-coordinate representation of color #475857: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475857 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 88 | 87 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.65 |
| HSL | 176.47º | 0.11% | 0.31% | - |
| HSV(B) | 176.47º | 0.19% | 0.35% | - |
| XYZ | 7.81 | 9.01 | 10.34 | - |
| YUV | 82.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 87 | 0.19 | 0 | 0.01 | 0.65 | 176.47 | 0.11 | 0.31 |
| Hex | 47 | 58 | 57 | 13 | 0 | 1 | 41 | B0 | B | 1F |
| Octal | 107 | 130 | 127 | 23 | 0 | 1 | 101 | 260 | 13 | 37 |
| Binary | 1000111 | 1011000 | 1010111 | 10011 | 0 | 1 | 1000001 | 10110000 | 1011 | 11111 |
Color Harmonies of #475857
Complementary color
Monochromatic Colors of #475857
Black with #475857
Text Example
Text Example
White with #475857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475857; }
p { color: rgb(71,88,87); }
H1.HeaderClassName
{
color: #475857;
}
.AnyTagClassName
{
color: #475857;
}
</style>
background-color css
<style>
a { background-color: #475857; }
a { background-color: rgb(71,88,87); }
div.DivClassName
{
background-color: #475857;
}
.BgClassName
{
background-color: #475857;
}
</style>
border-color css
<style>
span { border-color: #475857; }
span { border-color: rgb(71,88,87); }
td.TdClassName
{
border-color: #475857;
}
.TagClassName
{
border-color: #475857;
}
</style>