Shades of Como #547D5E
Tints of Como #547D5E
RGB
CMYK
RGB Variations
Color information
#547D5E (or 0x547D5E) is known color: Como. HEX triplet: 54, 7D and 5E. RGB value is (84,125,94). Sum of RGB (Red+Green+Blue) = 84+125+94=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #547D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D5E is #AB82A1. Grayscale: #6D6D6D. Windows color (decimal): -11240098 or 6192468. OLE color: 6192468.
HSL color Cylindrical-coordinate representation of color #547D5E: hue angle of 134.63º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547D5E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
RGB | 84 | 125 | 94 | - |
CMYK | 0.33 | 0 | 0.25 | 0.51 |
HSL | 134.63º | 0.2% | 0.41% | - |
HSV(B) | 134.63º | 0.33% | 0.49% | - |
XYZ | 13.01 | 17.36 | 13.25 | - |
YUV | 109.21 | 119.42 | 110.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 125 | 94 | 0.33 | 0 | 0.25 | 0.51 | 134.63 | 0.2 | 0.41 |
Hex | 54 | 7D | 5E | 21 | 0 | 19 | 33 | 87 | 14 | 29 |
Octal | 124 | 175 | 136 | 41 | 0 | 31 | 63 | 207 | 24 | 51 |
Binary | 1010100 | 1111101 | 1011110 | 100001 | 0 | 11001 | 110011 | 10000111 | 10100 | 101001 |
Color Harmonies of #547D5E
Complementary color
Monochromatic Colors of #547D5E
Black with #547D5E
Text Example
Text Example
White with #547D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D5E; }
p { color: rgb(84,125,94); }
H1.HeaderClassName
{
color: #547D5E;
}
.AnyTagClassName
{
color: #547D5E;
}
</style>
background-color css
<style>
a { background-color: #547D5E; }
a { background-color: rgb(84,125,94); }
div.DivClassName
{
background-color: #547D5E;
}
.BgClassName
{
background-color: #547D5E;
}
</style>
border-color css
<style>
span { border-color: #547D5E; }
span { border-color: rgb(84,125,94); }
td.TdClassName
{
border-color: #547D5E;
}
.TagClassName
{
border-color: #547D5E;
}
</style>