Shades of Como #547C64
Tints of Como #547C64
RGB
CMYK
RGB Variations
Color information
#547C64 (or 0x547C64) is known color: Como. HEX triplet: 54, 7C and 64. RGB value is (84,124,100). Sum of RGB (Red+Green+Blue) = 84+124+100=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #547C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C64 is #AB839B. Grayscale: #6D6D6D. Windows color (decimal): -11240348 or 6585428. OLE color: 6585428.
HSL color Cylindrical-coordinate representation of color #547C64: hue angle of 144º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C64 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 100 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.51 |
| HSL | 144º | 0.19% | 0.41% | - |
| HSV(B) | 144º | 0.32% | 0.49% | - |
| XYZ | 13.16 | 17.22 | 14.69 | - |
| YUV | 109.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 100 | 0.32 | 0 | 0.19 | 0.51 | 144 | 0.19 | 0.41 |
| Hex | 54 | 7C | 64 | 20 | 0 | 13 | 33 | 90 | 13 | 29 |
| Octal | 124 | 174 | 144 | 40 | 0 | 23 | 63 | 220 | 23 | 51 |
| Binary | 1010100 | 1111100 | 1100100 | 100000 | 0 | 10011 | 110011 | 10010000 | 10011 | 101001 |
Color Harmonies of #547C64
Complementary color
Monochromatic Colors of #547C64
Black with #547C64
Text Example
Text Example
White with #547C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C64; }
p { color: rgb(84,124,100); }
H1.HeaderClassName
{
color: #547C64;
}
.AnyTagClassName
{
color: #547C64;
}
</style>
background-color css
<style>
a { background-color: #547C64; }
a { background-color: rgb(84,124,100); }
div.DivClassName
{
background-color: #547C64;
}
.BgClassName
{
background-color: #547C64;
}
</style>
border-color css
<style>
span { border-color: #547C64; }
span { border-color: rgb(84,124,100); }
td.TdClassName
{
border-color: #547C64;
}
.TagClassName
{
border-color: #547C64;
}
</style>