Shades of Como #54705D
Tints of Como #54705D
RGB
CMYK
RGB Variations
Color information
#54705D (or 0x54705D) is known color: Como. HEX triplet: 54, 70 and 5D. RGB value is (84,112,93). Sum of RGB (Red+Green+Blue) = 84+112+93=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #54705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54705D is #AB8FA2. Grayscale: #656565. Windows color (decimal): -11243427 or 6123604. OLE color: 6123604.
HSL color Cylindrical-coordinate representation of color #54705D: hue angle of 139.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54705D is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 93 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.56 |
| HSL | 139.29º | 0.14% | 0.38% | - |
| HSV(B) | 139.29º | 0.25% | 0.44% | - |
| XYZ | 11.43 | 14.26 | 12.51 | - |
| YUV | 101.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 93 | 0.25 | 0 | 0.17 | 0.56 | 139.29 | 0.14 | 0.38 |
| Hex | 54 | 70 | 5D | 19 | 0 | 11 | 38 | 8B | E | 26 |
| Octal | 124 | 160 | 135 | 31 | 0 | 21 | 70 | 213 | 16 | 46 |
| Binary | 1010100 | 1110000 | 1011101 | 11001 | 0 | 10001 | 111000 | 10001011 | 1110 | 100110 |
Color Harmonies of #54705D
Complementary color
Monochromatic Colors of #54705D
Black with #54705D
Text Example
Text Example
White with #54705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54705D; }
p { color: rgb(84,112,93); }
H1.HeaderClassName
{
color: #54705D;
}
.AnyTagClassName
{
color: #54705D;
}
</style>
background-color css
<style>
a { background-color: #54705D; }
a { background-color: rgb(84,112,93); }
div.DivClassName
{
background-color: #54705D;
}
.BgClassName
{
background-color: #54705D;
}
</style>
border-color css
<style>
span { border-color: #54705D; }
span { border-color: rgb(84,112,93); }
td.TdClassName
{
border-color: #54705D;
}
.TagClassName
{
border-color: #54705D;
}
</style>