Shades of Como #547F5C
Tints of Como #547F5C
RGB
CMYK
RGB Variations
Color information
#547F5C (or 0x547F5C) is known color: Como. HEX triplet: 54, 7F and 5C. RGB value is (84,127,92). Sum of RGB (Red+Green+Blue) = 84+127+92=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #547F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F5C is #AB80A3. Grayscale: #6E6E6E. Windows color (decimal): -11239588 or 6061908. OLE color: 6061908.
HSL color Cylindrical-coordinate representation of color #547F5C: hue angle of 131.16º 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 #547F5C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 92 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.50 |
| HSL | 131.16º | 0.2% | 0.41% | - |
| HSV(B) | 131.16º | 0.34% | 0.5% | - |
| XYZ | 13.18 | 17.84 | 12.87 | - |
| YUV | 110.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 92 | 0.34 | 0 | 0.28 | 0.50 | 131.16 | 0.2 | 0.41 |
| Hex | 54 | 7F | 5C | 22 | 0 | 1C | 32 | 83 | 14 | 29 |
| Octal | 124 | 177 | 134 | 42 | 0 | 34 | 62 | 203 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1011100 | 100010 | 0 | 11100 | 110010 | 10000011 | 10100 | 101001 |
Color Harmonies of #547F5C
Complementary color
Monochromatic Colors of #547F5C
Black with #547F5C
Text Example
Text Example
White with #547F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F5C; }
p { color: rgb(84,127,92); }
H1.HeaderClassName
{
color: #547F5C;
}
.AnyTagClassName
{
color: #547F5C;
}
</style>
background-color css
<style>
a { background-color: #547F5C; }
a { background-color: rgb(84,127,92); }
div.DivClassName
{
background-color: #547F5C;
}
.BgClassName
{
background-color: #547F5C;
}
</style>
border-color css
<style>
span { border-color: #547F5C; }
span { border-color: rgb(84,127,92); }
td.TdClassName
{
border-color: #547F5C;
}
.TagClassName
{
border-color: #547F5C;
}
</style>