Shades of Como #547A65
Tints of Como #547A65
RGB
CMYK
RGB Variations
Color information
#547A65 (or 0x547A65) is known color: Como. HEX triplet: 54, 7A and 65. RGB value is (84,122,101). Sum of RGB (Red+Green+Blue) = 84+122+101=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #547A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A65 is #AB859A. Grayscale: #6C6C6C. Windows color (decimal): -11240859 or 6650452. OLE color: 6650452.
HSL color Cylindrical-coordinate representation of color #547A65: hue angle of 146.84º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A65 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 101 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.52 |
| HSL | 146.84º | 0.18% | 0.4% | - |
| HSV(B) | 146.84º | 0.31% | 0.48% | - |
| XYZ | 12.96 | 16.74 | 14.86 | - |
| YUV | 108.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 101 | 0.31 | 0 | 0.17 | 0.52 | 146.84 | 0.18 | 0.4 |
| Hex | 54 | 7A | 65 | 1F | 0 | 11 | 34 | 93 | 12 | 28 |
| Octal | 124 | 172 | 145 | 37 | 0 | 21 | 64 | 223 | 22 | 50 |
| Binary | 1010100 | 1111010 | 1100101 | 11111 | 0 | 10001 | 110100 | 10010011 | 10010 | 101000 |
Color Harmonies of #547A65
Complementary color
Monochromatic Colors of #547A65
Black with #547A65
Text Example
Text Example
White with #547A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A65; }
p { color: rgb(84,122,101); }
H1.HeaderClassName
{
color: #547A65;
}
.AnyTagClassName
{
color: #547A65;
}
</style>
background-color css
<style>
a { background-color: #547A65; }
a { background-color: rgb(84,122,101); }
div.DivClassName
{
background-color: #547A65;
}
.BgClassName
{
background-color: #547A65;
}
</style>
border-color css
<style>
span { border-color: #547A65; }
span { border-color: rgb(84,122,101); }
td.TdClassName
{
border-color: #547A65;
}
.TagClassName
{
border-color: #547A65;
}
</style>