Shades of Dark Slate #475D59
Tints of Dark Slate #475D59
RGB
CMYK
RGB Variations
Color information
#475D59 (or 0x475D59) is known color: Dark Slate. HEX triplet: 47, 5D and 59. RGB value is (71,93,89). Sum of RGB (Red+Green+Blue) = 71+93+89=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #475D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D59 is #B8A2A6. Grayscale: #555555. Windows color (decimal): -12100263 or 5856583. OLE color: 5856583.
HSL color Cylindrical-coordinate representation of color #475D59: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D59 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 89 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.64 |
| HSL | 169.09º | 0.13% | 0.32% | - |
| HSV(B) | 169.09º | 0.24% | 0.36% | - |
| XYZ | 8.32 | 9.89 | 10.92 | - |
| YUV | 85.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 89 | 0.24 | 0 | 0.04 | 0.64 | 169.09 | 0.13 | 0.32 |
| Hex | 47 | 5D | 59 | 18 | 0 | 4 | 40 | A9 | D | 20 |
| Octal | 107 | 135 | 131 | 30 | 0 | 4 | 100 | 251 | 15 | 40 |
| Binary | 1000111 | 1011101 | 1011001 | 11000 | 0 | 100 | 1000000 | 10101001 | 1101 | 100000 |
Color Harmonies of #475D59
Complementary color
Monochromatic Colors of #475D59
Black with #475D59
Text Example
Text Example
White with #475D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D59; }
p { color: rgb(71,93,89); }
H1.HeaderClassName
{
color: #475D59;
}
.AnyTagClassName
{
color: #475D59;
}
</style>
background-color css
<style>
a { background-color: #475D59; }
a { background-color: rgb(71,93,89); }
div.DivClassName
{
background-color: #475D59;
}
.BgClassName
{
background-color: #475D59;
}
</style>
border-color css
<style>
span { border-color: #475D59; }
span { border-color: rgb(71,93,89); }
td.TdClassName
{
border-color: #475D59;
}
.TagClassName
{
border-color: #475D59;
}
</style>