Shades of Como #547D5F
Tints of Como #547D5F
RGB
CMYK
RGB Variations
Color information
#547D5F (or 0x547D5F) is known color: Como. HEX triplet: 54, 7D and 5F. RGB value is (84,125,95). Sum of RGB (Red+Green+Blue) = 84+125+95=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #547D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D5F is #AB82A0. Grayscale: #6D6D6D. Windows color (decimal): -11240097 or 6258004. OLE color: 6258004.
HSL color Cylindrical-coordinate representation of color #547D5F: hue angle of 136.1º 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 #547D5F is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 95 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.51 |
| HSL | 136.1º | 0.2% | 0.41% | - |
| HSV(B) | 136.1º | 0.33% | 0.49% | - |
| XYZ | 13.06 | 17.38 | 13.49 | - |
| YUV | 109.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 95 | 0.33 | 0 | 0.24 | 0.51 | 136.1 | 0.2 | 0.41 |
| Hex | 54 | 7D | 5F | 21 | 0 | 18 | 33 | 88 | 14 | 29 |
| Octal | 124 | 175 | 137 | 41 | 0 | 30 | 63 | 210 | 24 | 51 |
| Binary | 1010100 | 1111101 | 1011111 | 100001 | 0 | 11000 | 110011 | 10001000 | 10100 | 101001 |
Color Harmonies of #547D5F
Complementary color
Monochromatic Colors of #547D5F
Black with #547D5F
Text Example
Text Example
White with #547D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D5F; }
p { color: rgb(84,125,95); }
H1.HeaderClassName
{
color: #547D5F;
}
.AnyTagClassName
{
color: #547D5F;
}
</style>
background-color css
<style>
a { background-color: #547D5F; }
a { background-color: rgb(84,125,95); }
div.DivClassName
{
background-color: #547D5F;
}
.BgClassName
{
background-color: #547D5F;
}
</style>
border-color css
<style>
span { border-color: #547D5F; }
span { border-color: rgb(84,125,95); }
td.TdClassName
{
border-color: #547D5F;
}
.TagClassName
{
border-color: #547D5F;
}
</style>