Shades of Como #547F62
Tints of Como #547F62
RGB
CMYK
RGB Variations
Color information
#547F62 (or 0x547F62) is known color: Como. HEX triplet: 54, 7F and 62. RGB value is (84,127,98). Sum of RGB (Red+Green+Blue) = 84+127+98=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #547F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F62 is #AB809D. Grayscale: #6E6E6E. Windows color (decimal): -11239582 or 6455124. OLE color: 6455124.
HSL color Cylindrical-coordinate representation of color #547F62: hue angle of 139.53º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F62 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 98 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.50 |
| HSL | 139.53º | 0.2% | 0.41% | - |
| HSV(B) | 139.53º | 0.34% | 0.5% | - |
| XYZ | 13.45 | 17.95 | 14.31 | - |
| YUV | 110.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 98 | 0.34 | 0 | 0.23 | 0.50 | 139.53 | 0.2 | 0.41 |
| Hex | 54 | 7F | 62 | 22 | 0 | 17 | 32 | 8C | 14 | 29 |
| Octal | 124 | 177 | 142 | 42 | 0 | 27 | 62 | 214 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1100010 | 100010 | 0 | 10111 | 110010 | 10001100 | 10100 | 101001 |
Color Harmonies of #547F62
Complementary color
Monochromatic Colors of #547F62
Black with #547F62
Text Example
Text Example
White with #547F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F62; }
p { color: rgb(84,127,98); }
H1.HeaderClassName
{
color: #547F62;
}
.AnyTagClassName
{
color: #547F62;
}
</style>
background-color css
<style>
a { background-color: #547F62; }
a { background-color: rgb(84,127,98); }
div.DivClassName
{
background-color: #547F62;
}
.BgClassName
{
background-color: #547F62;
}
</style>
border-color css
<style>
span { border-color: #547F62; }
span { border-color: rgb(84,127,98); }
td.TdClassName
{
border-color: #547F62;
}
.TagClassName
{
border-color: #547F62;
}
</style>