Shades of Dark Slate #475E5C
Tints of Dark Slate #475E5C
RGB
CMYK
RGB Variations
Color information
#475E5C (or 0x475E5C) is known color: Dark Slate. HEX triplet: 47, 5E and 5C. RGB value is (71,94,92). Sum of RGB (Red+Green+Blue) = 71+94+92=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #475E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E5C is #B8A1A3. Grayscale: #565656. Windows color (decimal): -12100004 or 6053447. OLE color: 6053447.
HSL color Cylindrical-coordinate representation of color #475E5C: hue angle of 174.78º 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 #475E5C is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 92 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.63 |
| HSL | 174.78º | 0.14% | 0.32% | - |
| HSV(B) | 174.78º | 0.24% | 0.37% | - |
| XYZ | 8.53 | 10.12 | 11.63 | - |
| YUV | 86.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 92 | 0.24 | 0 | 0.02 | 0.63 | 174.78 | 0.14 | 0.32 |
| Hex | 47 | 5E | 5C | 18 | 0 | 2 | 3F | AF | E | 20 |
| Octal | 107 | 136 | 134 | 30 | 0 | 2 | 77 | 257 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1011100 | 11000 | 0 | 10 | 111111 | 10101111 | 1110 | 100000 |
Color Harmonies of #475E5C
Complementary color
Monochromatic Colors of #475E5C
Black with #475E5C
Text Example
Text Example
White with #475E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E5C; }
p { color: rgb(71,94,92); }
H1.HeaderClassName
{
color: #475E5C;
}
.AnyTagClassName
{
color: #475E5C;
}
</style>
background-color css
<style>
a { background-color: #475E5C; }
a { background-color: rgb(71,94,92); }
div.DivClassName
{
background-color: #475E5C;
}
.BgClassName
{
background-color: #475E5C;
}
</style>
border-color css
<style>
span { border-color: #475E5C; }
span { border-color: rgb(71,94,92); }
td.TdClassName
{
border-color: #475E5C;
}
.TagClassName
{
border-color: #475E5C;
}
</style>