Shades of Como #547B61
Tints of Como #547B61
RGB
CMYK
RGB Variations
Color information
#547B61 (or 0x547B61) is known color: Como. HEX triplet: 54, 7B and 61. RGB value is (84,123,97). Sum of RGB (Red+Green+Blue) = 84+123+97=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #547B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B61 is #AB849E. Grayscale: #6C6C6C. Windows color (decimal): -11240607 or 6388564. OLE color: 6388564.
HSL color Cylindrical-coordinate representation of color #547B61: hue angle of 140º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B61 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 97 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.52 |
| HSL | 140º | 0.19% | 0.41% | - |
| HSV(B) | 140º | 0.32% | 0.48% | - |
| XYZ | 12.9 | 16.91 | 13.89 | - |
| YUV | 108.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 97 | 0.32 | 0 | 0.21 | 0.52 | 140 | 0.19 | 0.41 |
| Hex | 54 | 7B | 61 | 20 | 0 | 15 | 34 | 8C | 13 | 29 |
| Octal | 124 | 173 | 141 | 40 | 0 | 25 | 64 | 214 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1100001 | 100000 | 0 | 10101 | 110100 | 10001100 | 10011 | 101001 |
Color Harmonies of #547B61
Complementary color
Monochromatic Colors of #547B61
Black with #547B61
Text Example
Text Example
White with #547B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B61; }
p { color: rgb(84,123,97); }
H1.HeaderClassName
{
color: #547B61;
}
.AnyTagClassName
{
color: #547B61;
}
</style>
background-color css
<style>
a { background-color: #547B61; }
a { background-color: rgb(84,123,97); }
div.DivClassName
{
background-color: #547B61;
}
.BgClassName
{
background-color: #547B61;
}
</style>
border-color css
<style>
span { border-color: #547B61; }
span { border-color: rgb(84,123,97); }
td.TdClassName
{
border-color: #547B61;
}
.TagClassName
{
border-color: #547B61;
}
</style>