Shades of Como #547B5F
Tints of Como #547B5F
RGB
CMYK
RGB Variations
Color information
#547B5F (or 0x547B5F) is known color: Como. HEX triplet: 54, 7B and 5F. RGB value is (84,123,95). Sum of RGB (Red+Green+Blue) = 84+123+95=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #547B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B5F is #AB84A0. Grayscale: #6C6C6C. Windows color (decimal): -11240609 or 6257492. OLE color: 6257492.
HSL color Cylindrical-coordinate representation of color #547B5F: hue angle of 136.92º 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 #547B5F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 95 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.52 |
| HSL | 136.92º | 0.19% | 0.41% | - |
| HSV(B) | 136.92º | 0.32% | 0.48% | - |
| XYZ | 12.8 | 16.88 | 13.41 | - |
| YUV | 108.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 95 | 0.32 | 0 | 0.23 | 0.52 | 136.92 | 0.19 | 0.41 |
| Hex | 54 | 7B | 5F | 20 | 0 | 17 | 34 | 89 | 13 | 29 |
| Octal | 124 | 173 | 137 | 40 | 0 | 27 | 64 | 211 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1011111 | 100000 | 0 | 10111 | 110100 | 10001001 | 10011 | 101001 |
Color Harmonies of #547B5F
Complementary color
Monochromatic Colors of #547B5F
Black with #547B5F
Text Example
Text Example
White with #547B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B5F; }
p { color: rgb(84,123,95); }
H1.HeaderClassName
{
color: #547B5F;
}
.AnyTagClassName
{
color: #547B5F;
}
</style>
background-color css
<style>
a { background-color: #547B5F; }
a { background-color: rgb(84,123,95); }
div.DivClassName
{
background-color: #547B5F;
}
.BgClassName
{
background-color: #547B5F;
}
</style>
border-color css
<style>
span { border-color: #547B5F; }
span { border-color: rgb(84,123,95); }
td.TdClassName
{
border-color: #547B5F;
}
.TagClassName
{
border-color: #547B5F;
}
</style>