Shades of Smoky #575462
Tints of Smoky #575462
RGB
CMYK
RGB Variations
Color information
#575462 (or 0x575462) is known color: Smoky. HEX triplet: 57, 54 and 62. RGB value is (87,84,98). Sum of RGB (Red+Green+Blue) = 87+84+98=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #575462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575462 is #A8AB9D. Grayscale: #565656. Windows color (decimal): -11053982 or 6444119. OLE color: 6444119.
HSL color Cylindrical-coordinate representation of color #575462: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575462 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 84 | 98 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.62 |
| HSL | 252.86º | 0.08% | 0.36% | - |
| HSV(B) | 252.86º | 0.14% | 0.38% | - |
| XYZ | 9.31 | 9.25 | 12.85 | - |
| YUV | 86.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 98 | 0.11 | 0.14 | 0 | 0.62 | 252.86 | 0.08 | 0.36 |
| Hex | 57 | 54 | 62 | B | E | 0 | 3E | FD | 8 | 24 |
| Octal | 127 | 124 | 142 | 13 | 16 | 0 | 76 | 375 | 10 | 44 |
| Binary | 1010111 | 1010100 | 1100010 | 1011 | 1110 | 0 | 111110 | 11111101 | 1000 | 100100 |
Color Harmonies of #575462
Complementary color
Monochromatic Colors of #575462
Black with #575462
Text Example
Text Example
White with #575462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575462; }
p { color: rgb(87,84,98); }
H1.HeaderClassName
{
color: #575462;
}
.AnyTagClassName
{
color: #575462;
}
</style>
background-color css
<style>
a { background-color: #575462; }
a { background-color: rgb(87,84,98); }
div.DivClassName
{
background-color: #575462;
}
.BgClassName
{
background-color: #575462;
}
</style>
border-color css
<style>
span { border-color: #575462; }
span { border-color: rgb(87,84,98); }
td.TdClassName
{
border-color: #575462;
}
.TagClassName
{
border-color: #575462;
}
</style>