Shades of Como #547B62
Tints of Como #547B62
RGB
CMYK
RGB Variations
Color information
#547B62 (or 0x547B62) is known color: Como. HEX triplet: 54, 7B and 62. RGB value is (84,123,98). Sum of RGB (Red+Green+Blue) = 84+123+98=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #547B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B62 is #AB849D. Grayscale: #6C6C6C. Windows color (decimal): -11240606 or 6454100. OLE color: 6454100.
HSL color Cylindrical-coordinate representation of color #547B62: hue angle of 141.54º 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 #547B62 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 98 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.52 |
| HSL | 141.54º | 0.19% | 0.41% | - |
| HSV(B) | 141.54º | 0.32% | 0.48% | - |
| XYZ | 12.94 | 16.93 | 14.14 | - |
| YUV | 108.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 98 | 0.32 | 0 | 0.20 | 0.52 | 141.54 | 0.19 | 0.41 |
| Hex | 54 | 7B | 62 | 20 | 0 | 14 | 34 | 8E | 13 | 29 |
| Octal | 124 | 173 | 142 | 40 | 0 | 24 | 64 | 216 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1100010 | 100000 | 0 | 10100 | 110100 | 10001110 | 10011 | 101001 |
Color Harmonies of #547B62
Complementary color
Monochromatic Colors of #547B62
Black with #547B62
Text Example
Text Example
White with #547B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B62; }
p { color: rgb(84,123,98); }
H1.HeaderClassName
{
color: #547B62;
}
.AnyTagClassName
{
color: #547B62;
}
</style>
background-color css
<style>
a { background-color: #547B62; }
a { background-color: rgb(84,123,98); }
div.DivClassName
{
background-color: #547B62;
}
.BgClassName
{
background-color: #547B62;
}
</style>
border-color css
<style>
span { border-color: #547B62; }
span { border-color: rgb(84,123,98); }
td.TdClassName
{
border-color: #547B62;
}
.TagClassName
{
border-color: #547B62;
}
</style>