Shades of Dark Slate #475A56
Tints of Dark Slate #475A56
RGB
CMYK
RGB Variations
Color information
#475A56 (or 0x475A56) is known color: Dark Slate. HEX triplet: 47, 5A and 56. RGB value is (71,90,86). Sum of RGB (Red+Green+Blue) = 71+90+86=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #475A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A56 is #B8A5A9. Grayscale: #535353. Windows color (decimal): -12101034 or 5659207. OLE color: 5659207.
HSL color Cylindrical-coordinate representation of color #475A56: hue angle of 167.37º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A56 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 86 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.65 |
| HSL | 167.37º | 0.12% | 0.32% | - |
| HSV(B) | 167.37º | 0.21% | 0.35% | - |
| XYZ | 7.93 | 9.32 | 10.19 | - |
| YUV | 83.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 86 | 0.21 | 0 | 0.04 | 0.65 | 167.37 | 0.12 | 0.32 |
| Hex | 47 | 5A | 56 | 15 | 0 | 4 | 41 | A7 | C | 20 |
| Octal | 107 | 132 | 126 | 25 | 0 | 4 | 101 | 247 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1010110 | 10101 | 0 | 100 | 1000001 | 10100111 | 1100 | 100000 |
Color Harmonies of #475A56
Complementary color
Monochromatic Colors of #475A56
Black with #475A56
Text Example
Text Example
White with #475A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A56; }
p { color: rgb(71,90,86); }
H1.HeaderClassName
{
color: #475A56;
}
.AnyTagClassName
{
color: #475A56;
}
</style>
background-color css
<style>
a { background-color: #475A56; }
a { background-color: rgb(71,90,86); }
div.DivClassName
{
background-color: #475A56;
}
.BgClassName
{
background-color: #475A56;
}
</style>
border-color css
<style>
span { border-color: #475A56; }
span { border-color: rgb(71,90,86); }
td.TdClassName
{
border-color: #475A56;
}
.TagClassName
{
border-color: #475A56;
}
</style>