Shades of Dark Slate #475E5A
Tints of Dark Slate #475E5A
RGB
CMYK
RGB Variations
Color information
#475E5A (or 0x475E5A) is known color: Dark Slate. HEX triplet: 47, 5E and 5A. RGB value is (71,94,90). Sum of RGB (Red+Green+Blue) = 71+94+90=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #475E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E5A is #B8A1A5. Grayscale: #565656. Windows color (decimal): -12100006 or 5922375. OLE color: 5922375.
HSL color Cylindrical-coordinate representation of color #475E5A: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E5A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 90 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.63 |
| HSL | 169.57º | 0.14% | 0.32% | - |
| HSV(B) | 169.57º | 0.24% | 0.37% | - |
| XYZ | 8.45 | 10.08 | 11.17 | - |
| YUV | 86.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 90 | 0.24 | 0 | 0.04 | 0.63 | 169.57 | 0.14 | 0.32 |
| Hex | 47 | 5E | 5A | 18 | 0 | 4 | 3F | AA | E | 20 |
| Octal | 107 | 136 | 132 | 30 | 0 | 4 | 77 | 252 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1011010 | 11000 | 0 | 100 | 111111 | 10101010 | 1110 | 100000 |
Color Harmonies of #475E5A
Complementary color
Monochromatic Colors of #475E5A
Black with #475E5A
Text Example
Text Example
White with #475E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E5A; }
p { color: rgb(71,94,90); }
H1.HeaderClassName
{
color: #475E5A;
}
.AnyTagClassName
{
color: #475E5A;
}
</style>
background-color css
<style>
a { background-color: #475E5A; }
a { background-color: rgb(71,94,90); }
div.DivClassName
{
background-color: #475E5A;
}
.BgClassName
{
background-color: #475E5A;
}
</style>
border-color css
<style>
span { border-color: #475E5A; }
span { border-color: rgb(71,94,90); }
td.TdClassName
{
border-color: #475E5A;
}
.TagClassName
{
border-color: #475E5A;
}
</style>