Shades of Como #54705C
Tints of Como #54705C
RGB
CMYK
RGB Variations
Color information
#54705C (or 0x54705C) is known color: Como. HEX triplet: 54, 70 and 5C. RGB value is (84,112,92). Sum of RGB (Red+Green+Blue) = 84+112+92=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #54705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54705C is #AB8FA3. Grayscale: #656565. Windows color (decimal): -11243428 or 6058068. OLE color: 6058068.
HSL color Cylindrical-coordinate representation of color #54705C: hue angle of 137.14º 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 #54705C is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 92 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.56 |
| HSL | 137.14º | 0.14% | 0.38% | - |
| HSV(B) | 137.14º | 0.25% | 0.44% | - |
| XYZ | 11.38 | 14.25 | 12.28 | - |
| YUV | 101.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 92 | 0.25 | 0 | 0.18 | 0.56 | 137.14 | 0.14 | 0.38 |
| Hex | 54 | 70 | 5C | 19 | 0 | 12 | 38 | 89 | E | 26 |
| Octal | 124 | 160 | 134 | 31 | 0 | 22 | 70 | 211 | 16 | 46 |
| Binary | 1010100 | 1110000 | 1011100 | 11001 | 0 | 10010 | 111000 | 10001001 | 1110 | 100110 |
Color Harmonies of #54705C
Complementary color
Monochromatic Colors of #54705C
Black with #54705C
Text Example
Text Example
White with #54705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54705C; }
p { color: rgb(84,112,92); }
H1.HeaderClassName
{
color: #54705C;
}
.AnyTagClassName
{
color: #54705C;
}
</style>
background-color css
<style>
a { background-color: #54705C; }
a { background-color: rgb(84,112,92); }
div.DivClassName
{
background-color: #54705C;
}
.BgClassName
{
background-color: #54705C;
}
</style>
border-color css
<style>
span { border-color: #54705C; }
span { border-color: rgb(84,112,92); }
td.TdClassName
{
border-color: #54705C;
}
.TagClassName
{
border-color: #54705C;
}
</style>