Shades of Smoky #57516A
Tints of Smoky #57516A
RGB
CMYK
RGB Variations
Color information
#57516A (or 0x57516A) is known color: Smoky. HEX triplet: 57, 51 and 6A. RGB value is (87,81,106). Sum of RGB (Red+Green+Blue) = 87+81+106=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #57516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57516A is #A8AE95. Grayscale: #555555. Windows color (decimal): -11054742 or 6967639. OLE color: 6967639.
HSL color Cylindrical-coordinate representation of color #57516A: hue angle of 254.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57516A is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 81 | 106 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.58 |
| HSL | 254.4º | 0.13% | 0.37% | - |
| HSV(B) | 254.4º | 0.24% | 0.42% | - |
| XYZ | 9.47 | 8.95 | 14.86 | - |
| YUV | 85.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 106 | 0.18 | 0.24 | 0 | 0.58 | 254.4 | 0.13 | 0.37 |
| Hex | 57 | 51 | 6A | 12 | 18 | 0 | 3A | FE | D | 25 |
| Octal | 127 | 121 | 152 | 22 | 30 | 0 | 72 | 376 | 15 | 45 |
| Binary | 1010111 | 1010001 | 1101010 | 10010 | 11000 | 0 | 111010 | 11111110 | 1101 | 100101 |
Color Harmonies of #57516A
Complementary color
Monochromatic Colors of #57516A
Black with #57516A
Text Example
Text Example
White with #57516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57516A; }
p { color: rgb(87,81,106); }
H1.HeaderClassName
{
color: #57516A;
}
.AnyTagClassName
{
color: #57516A;
}
</style>
background-color css
<style>
a { background-color: #57516A; }
a { background-color: rgb(87,81,106); }
div.DivClassName
{
background-color: #57516A;
}
.BgClassName
{
background-color: #57516A;
}
</style>
border-color css
<style>
span { border-color: #57516A; }
span { border-color: rgb(87,81,106); }
td.TdClassName
{
border-color: #57516A;
}
.TagClassName
{
border-color: #57516A;
}
</style>