Shades of Dark Slate #475555
Tints of Dark Slate #475555
RGB
CMYK
RGB Variations
Color information
#475555 (or 0x475555) is known color: Dark Slate. HEX triplet: 47, 55 and 55. RGB value is (71,85,85). Sum of RGB (Red+Green+Blue) = 71+85+85=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #475555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475555 is #B8AAAA. Grayscale: #505050. Windows color (decimal): -12102315 or 5592391. OLE color: 5592391.
HSL color Cylindrical-coordinate representation of color #475555: hue angle of 180º 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 #475555 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 85 | - |
| CMYK | 0.16 | 0 | 0 | 0.67 |
| HSL | 180º | 0.09% | 0.31% | - |
| HSV(B) | 180º | 0.16% | 0.33% | - |
| XYZ | 7.49 | 8.49 | 9.84 | - |
| YUV | 80.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 85 | 0.16 | 0 | 0 | 0.67 | 180 | 0.09 | 0.31 |
| Hex | 47 | 55 | 55 | 10 | 0 | 0 | 43 | B4 | 9 | 1F |
| Octal | 107 | 125 | 125 | 20 | 0 | 0 | 103 | 264 | 11 | 37 |
| Binary | 1000111 | 1010101 | 1010101 | 10000 | 0 | 0 | 1000011 | 10110100 | 1001 | 11111 |
Color Harmonies of #475555
Complementary color
Monochromatic Colors of #475555
Black with #475555
Text Example
Text Example
White with #475555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475555; }
p { color: rgb(71,85,85); }
H1.HeaderClassName
{
color: #475555;
}
.AnyTagClassName
{
color: #475555;
}
</style>
background-color css
<style>
a { background-color: #475555; }
a { background-color: rgb(71,85,85); }
div.DivClassName
{
background-color: #475555;
}
.BgClassName
{
background-color: #475555;
}
</style>
border-color css
<style>
span { border-color: #475555; }
span { border-color: rgb(71,85,85); }
td.TdClassName
{
border-color: #475555;
}
.TagClassName
{
border-color: #475555;
}
</style>