Shades of Como #54725D
Tints of Como #54725D
RGB
CMYK
RGB Variations
Color information
#54725D (or 0x54725D) is known color: Como. HEX triplet: 54, 72 and 5D. RGB value is (84,114,93). Sum of RGB (Red+Green+Blue) = 84+114+93=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #54725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54725D is #AB8DA2. Grayscale: #666666. Windows color (decimal): -11242915 or 6124116. OLE color: 6124116.
HSL color Cylindrical-coordinate representation of color #54725D: hue angle of 138º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54725D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 114 | 93 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.55 |
| HSL | 138º | 0.15% | 0.39% | - |
| HSV(B) | 138º | 0.26% | 0.45% | - |
| XYZ | 11.65 | 14.71 | 12.58 | - |
| YUV | 102.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 93 | 0.26 | 0 | 0.18 | 0.55 | 138 | 0.15 | 0.39 |
| Hex | 54 | 72 | 5D | 1A | 0 | 12 | 37 | 8A | F | 27 |
| Octal | 124 | 162 | 135 | 32 | 0 | 22 | 67 | 212 | 17 | 47 |
| Binary | 1010100 | 1110010 | 1011101 | 11010 | 0 | 10010 | 110111 | 10001010 | 1111 | 100111 |
Color Harmonies of #54725D
Complementary color
Monochromatic Colors of #54725D
Black with #54725D
Text Example
Text Example
White with #54725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54725D; }
p { color: rgb(84,114,93); }
H1.HeaderClassName
{
color: #54725D;
}
.AnyTagClassName
{
color: #54725D;
}
</style>
background-color css
<style>
a { background-color: #54725D; }
a { background-color: rgb(84,114,93); }
div.DivClassName
{
background-color: #54725D;
}
.BgClassName
{
background-color: #54725D;
}
</style>
border-color css
<style>
span { border-color: #54725D; }
span { border-color: rgb(84,114,93); }
td.TdClassName
{
border-color: #54725D;
}
.TagClassName
{
border-color: #54725D;
}
</style>