Shades of Smoky #57506D
Tints of Smoky #57506D
RGB
CMYK
RGB Variations
Color information
#57506D (or 0x57506D) is known color: Smoky. HEX triplet: 57, 50 and 6D. RGB value is (87,80,109). Sum of RGB (Red+Green+Blue) = 87+80+109=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #57506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57506D is #A8AF92. Grayscale: #555555. Windows color (decimal): -11054995 or 7163991. OLE color: 7163991.
HSL color Cylindrical-coordinate representation of color #57506D: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57506D is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 80 | 109 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.57 |
| HSL | 254.48º | 0.15% | 0.37% | - |
| HSV(B) | 254.48º | 0.27% | 0.43% | - |
| XYZ | 9.56 | 8.87 | 15.68 | - |
| YUV | 85.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 109 | 0.20 | 0.27 | 0 | 0.57 | 254.48 | 0.15 | 0.37 |
| Hex | 57 | 50 | 6D | 14 | 1B | 0 | 39 | FE | F | 25 |
| Octal | 127 | 120 | 155 | 24 | 33 | 0 | 71 | 376 | 17 | 45 |
| Binary | 1010111 | 1010000 | 1101101 | 10100 | 11011 | 0 | 111001 | 11111110 | 1111 | 100101 |
Color Harmonies of #57506D
Complementary color
Monochromatic Colors of #57506D
Black with #57506D
Text Example
Text Example
White with #57506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57506D; }
p { color: rgb(87,80,109); }
H1.HeaderClassName
{
color: #57506D;
}
.AnyTagClassName
{
color: #57506D;
}
</style>
background-color css
<style>
a { background-color: #57506D; }
a { background-color: rgb(87,80,109); }
div.DivClassName
{
background-color: #57506D;
}
.BgClassName
{
background-color: #57506D;
}
</style>
border-color css
<style>
span { border-color: #57506D; }
span { border-color: rgb(87,80,109); }
td.TdClassName
{
border-color: #57506D;
}
.TagClassName
{
border-color: #57506D;
}
</style>