Shades of Smoky #575565
Tints of Smoky #575565
RGB
CMYK
RGB Variations
Color information
#575565 (or 0x575565) is known color: Smoky. HEX triplet: 57, 55 and 65. RGB value is (87,85,101). Sum of RGB (Red+Green+Blue) = 87+85+101=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #575565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575565 is #A8AA9A. Grayscale: #575757. Windows color (decimal): -11053723 or 6640983. OLE color: 6640983.
HSL color Cylindrical-coordinate representation of color #575565: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575565 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 85 | 101 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.60 |
| HSL | 247.5º | 0.09% | 0.36% | - |
| HSV(B) | 247.5º | 0.16% | 0.4% | - |
| XYZ | 9.53 | 9.46 | 13.64 | - |
| YUV | 87.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 101 | 0.14 | 0.16 | 0 | 0.60 | 247.5 | 0.09 | 0.36 |
| Hex | 57 | 55 | 65 | E | 10 | 0 | 3C | F8 | 9 | 24 |
| Octal | 127 | 125 | 145 | 16 | 20 | 0 | 74 | 370 | 11 | 44 |
| Binary | 1010111 | 1010101 | 1100101 | 1110 | 10000 | 0 | 111100 | 11111000 | 1001 | 100100 |
Color Harmonies of #575565
Complementary color
Monochromatic Colors of #575565
Black with #575565
Text Example
Text Example
White with #575565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575565; }
p { color: rgb(87,85,101); }
H1.HeaderClassName
{
color: #575565;
}
.AnyTagClassName
{
color: #575565;
}
</style>
background-color css
<style>
a { background-color: #575565; }
a { background-color: rgb(87,85,101); }
div.DivClassName
{
background-color: #575565;
}
.BgClassName
{
background-color: #575565;
}
</style>
border-color css
<style>
span { border-color: #575565; }
span { border-color: rgb(87,85,101); }
td.TdClassName
{
border-color: #575565;
}
.TagClassName
{
border-color: #575565;
}
</style>