Shades of Smoky #575560
Tints of Smoky #575560
RGB
CMYK
RGB Variations
Color information
#575560 (or 0x575560) is known color: Smoky. HEX triplet: 57, 55 and 60. RGB value is (87,85,96). Sum of RGB (Red+Green+Blue) = 87+85+96=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #575560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575560 is #A8AA9F. Grayscale: #565656. Windows color (decimal): -11053728 or 6313303. OLE color: 6313303.
HSL color Cylindrical-coordinate representation of color #575560: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #575560 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 85 | 96 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.62 |
| HSL | 250.91º | 0.06% | 0.35% | - |
| HSV(B) | 250.91º | 0.11% | 0.38% | - |
| XYZ | 9.29 | 9.37 | 12.38 | - |
| YUV | 86.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 96 | 0.09 | 0.11 | 0 | 0.62 | 250.91 | 0.06 | 0.35 |
| Hex | 57 | 55 | 60 | 9 | B | 0 | 3E | FB | 6 | 23 |
| Octal | 127 | 125 | 140 | 11 | 13 | 0 | 76 | 373 | 6 | 43 |
| Binary | 1010111 | 1010101 | 1100000 | 1001 | 1011 | 0 | 111110 | 11111011 | 110 | 100011 |
Color Harmonies of #575560
Complementary color
Monochromatic Colors of #575560
Black with #575560
Text Example
Text Example
White with #575560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575560; }
p { color: rgb(87,85,96); }
H1.HeaderClassName
{
color: #575560;
}
.AnyTagClassName
{
color: #575560;
}
</style>
background-color css
<style>
a { background-color: #575560; }
a { background-color: rgb(87,85,96); }
div.DivClassName
{
background-color: #575560;
}
.BgClassName
{
background-color: #575560;
}
</style>
border-color css
<style>
span { border-color: #575560; }
span { border-color: rgb(87,85,96); }
td.TdClassName
{
border-color: #575560;
}
.TagClassName
{
border-color: #575560;
}
</style>