Shades of Smoky #575663
Tints of Smoky #575663
RGB
CMYK
RGB Variations
Color information
#575663 (or 0x575663) is known color: Smoky. HEX triplet: 57, 56 and 63. RGB value is (87,86,99). Sum of RGB (Red+Green+Blue) = 87+86+99=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #575663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575663 is #A8A99C. Grayscale: #575757. Windows color (decimal): -11053469 or 6510167. OLE color: 6510167.
HSL color Cylindrical-coordinate representation of color #575663: hue angle of 244.62º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575663 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 86 | 99 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.61 |
| HSL | 244.62º | 0.07% | 0.36% | - |
| HSV(B) | 244.62º | 0.13% | 0.39% | - |
| XYZ | 9.51 | 9.58 | 13.15 | - |
| YUV | 87.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 99 | 0.12 | 0.13 | 0 | 0.61 | 244.62 | 0.07 | 0.36 |
| Hex | 57 | 56 | 63 | C | D | 0 | 3D | F5 | 7 | 24 |
| Octal | 127 | 126 | 143 | 14 | 15 | 0 | 75 | 365 | 7 | 44 |
| Binary | 1010111 | 1010110 | 1100011 | 1100 | 1101 | 0 | 111101 | 11110101 | 111 | 100100 |
Color Harmonies of #575663
Complementary color
Monochromatic Colors of #575663
Black with #575663
Text Example
Text Example
White with #575663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575663; }
p { color: rgb(87,86,99); }
H1.HeaderClassName
{
color: #575663;
}
.AnyTagClassName
{
color: #575663;
}
</style>
background-color css
<style>
a { background-color: #575663; }
a { background-color: rgb(87,86,99); }
div.DivClassName
{
background-color: #575663;
}
.BgClassName
{
background-color: #575663;
}
</style>
border-color css
<style>
span { border-color: #575663; }
span { border-color: rgb(87,86,99); }
td.TdClassName
{
border-color: #575663;
}
.TagClassName
{
border-color: #575663;
}
</style>