Shades of Dark Slate #475554
Tints of Dark Slate #475554
RGB
CMYK
RGB Variations
Color information
#475554 (or 0x475554) is known color: Dark Slate. HEX triplet: 47, 55 and 54. RGB value is (71,85,84). Sum of RGB (Red+Green+Blue) = 71+85+84=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #475554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475554 is #B8AAAB. Grayscale: #505050. Windows color (decimal): -12102316 or 5526855. OLE color: 5526855.
HSL color Cylindrical-coordinate representation of color #475554: hue angle of 175.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475554 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 84 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.67 |
| HSL | 175.71º | 0.09% | 0.31% | - |
| HSV(B) | 175.71º | 0.16% | 0.33% | - |
| XYZ | 7.45 | 8.48 | 9.63 | - |
| YUV | 80.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 84 | 0.16 | 0 | 0.01 | 0.67 | 175.71 | 0.09 | 0.31 |
| Hex | 47 | 55 | 54 | 10 | 0 | 1 | 43 | B0 | 9 | 1F |
| Octal | 107 | 125 | 124 | 20 | 0 | 1 | 103 | 260 | 11 | 37 |
| Binary | 1000111 | 1010101 | 1010100 | 10000 | 0 | 1 | 1000011 | 10110000 | 1001 | 11111 |
Color Harmonies of #475554
Complementary color
Monochromatic Colors of #475554
Black with #475554
Text Example
Text Example
White with #475554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475554; }
p { color: rgb(71,85,84); }
H1.HeaderClassName
{
color: #475554;
}
.AnyTagClassName
{
color: #475554;
}
</style>
background-color css
<style>
a { background-color: #475554; }
a { background-color: rgb(71,85,84); }
div.DivClassName
{
background-color: #475554;
}
.BgClassName
{
background-color: #475554;
}
</style>
border-color css
<style>
span { border-color: #475554; }
span { border-color: rgb(71,85,84); }
td.TdClassName
{
border-color: #475554;
}
.TagClassName
{
border-color: #475554;
}
</style>