Shades of Smoky #574F6D
Tints of Smoky #574F6D
RGB
CMYK
RGB Variations
Color information
#574F6D (or 0x574F6D) is known color: Smoky. HEX triplet: 57, 4F and 6D. RGB value is (87,79,109). Sum of RGB (Red+Green+Blue) = 87+79+109=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #574F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F6D is #A8B092. Grayscale: #545454. Windows color (decimal): -11055251 or 7163735. OLE color: 7163735.
HSL color Cylindrical-coordinate representation of color #574F6D: hue angle of 256º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #574F6D is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 79 | 109 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.57 |
| HSL | 256º | 0.16% | 0.37% | - |
| HSV(B) | 256º | 0.28% | 0.43% | - |
| XYZ | 9.49 | 8.72 | 15.65 | - |
| YUV | 84.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 109 | 0.20 | 0.28 | 0 | 0.57 | 256 | 0.16 | 0.37 |
| Hex | 57 | 4F | 6D | 14 | 1C | 0 | 39 | 100 | 10 | 25 |
| Octal | 127 | 117 | 155 | 24 | 34 | 0 | 71 | 400 | 20 | 45 |
| Binary | 1010111 | 1001111 | 1101101 | 10100 | 11100 | 0 | 111001 | 100000000 | 10000 | 100101 |
Color Harmonies of #574F6D
Complementary color
Monochromatic Colors of #574F6D
Black with #574F6D
Text Example
Text Example
White with #574F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F6D; }
p { color: rgb(87,79,109); }
H1.HeaderClassName
{
color: #574F6D;
}
.AnyTagClassName
{
color: #574F6D;
}
</style>
background-color css
<style>
a { background-color: #574F6D; }
a { background-color: rgb(87,79,109); }
div.DivClassName
{
background-color: #574F6D;
}
.BgClassName
{
background-color: #574F6D;
}
</style>
border-color css
<style>
span { border-color: #574F6D; }
span { border-color: rgb(87,79,109); }
td.TdClassName
{
border-color: #574F6D;
}
.TagClassName
{
border-color: #574F6D;
}
</style>