Shades of Smoky #57556C
Tints of Smoky #57556C
RGB
CMYK
RGB Variations
Color information
#57556C (or 0x57556C) is known color: Smoky. HEX triplet: 57, 55 and 6C. RGB value is (87,85,108). Sum of RGB (Red+Green+Blue) = 87+85+108=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #57556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57556C is #A8AA93. Grayscale: #585858. Windows color (decimal): -11053716 or 7099735. OLE color: 7099735.
HSL color Cylindrical-coordinate representation of color #57556C: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57556C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 85 | 108 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.58 |
| HSL | 245.22º | 0.12% | 0.38% | - |
| HSV(B) | 245.22º | 0.21% | 0.42% | - |
| XYZ | 9.89 | 9.61 | 15.52 | - |
| YUV | 88.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 108 | 0.19 | 0.21 | 0 | 0.58 | 245.22 | 0.12 | 0.38 |
| Hex | 57 | 55 | 6C | 13 | 15 | 0 | 3A | F5 | C | 26 |
| Octal | 127 | 125 | 154 | 23 | 25 | 0 | 72 | 365 | 14 | 46 |
| Binary | 1010111 | 1010101 | 1101100 | 10011 | 10101 | 0 | 111010 | 11110101 | 1100 | 100110 |
Color Harmonies of #57556C
Complementary color
Monochromatic Colors of #57556C
Black with #57556C
Text Example
Text Example
White with #57556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57556C; }
p { color: rgb(87,85,108); }
H1.HeaderClassName
{
color: #57556C;
}
.AnyTagClassName
{
color: #57556C;
}
</style>
background-color css
<style>
a { background-color: #57556C; }
a { background-color: rgb(87,85,108); }
div.DivClassName
{
background-color: #57556C;
}
.BgClassName
{
background-color: #57556C;
}
</style>
border-color css
<style>
span { border-color: #57556C; }
span { border-color: rgb(87,85,108); }
td.TdClassName
{
border-color: #57556C;
}
.TagClassName
{
border-color: #57556C;
}
</style>