Shades of Como #547B65
Tints of Como #547B65
RGB
CMYK
RGB Variations
Color information
#547B65 (or 0x547B65) is known color: Como. HEX triplet: 54, 7B and 65. RGB value is (84,123,101). Sum of RGB (Red+Green+Blue) = 84+123+101=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #547B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B65 is #AB849A. Grayscale: #6C6C6C. Windows color (decimal): -11240603 or 6650708. OLE color: 6650708.
HSL color Cylindrical-coordinate representation of color #547B65: hue angle of 146.15º 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 #547B65 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 101 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.52 |
| HSL | 146.15º | 0.19% | 0.41% | - |
| HSV(B) | 146.15º | 0.32% | 0.48% | - |
| XYZ | 13.09 | 16.99 | 14.9 | - |
| YUV | 108.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 101 | 0.32 | 0 | 0.18 | 0.52 | 146.15 | 0.19 | 0.41 |
| Hex | 54 | 7B | 65 | 20 | 0 | 12 | 34 | 92 | 13 | 29 |
| Octal | 124 | 173 | 145 | 40 | 0 | 22 | 64 | 222 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1100101 | 100000 | 0 | 10010 | 110100 | 10010010 | 10011 | 101001 |
Color Harmonies of #547B65
Complementary color
Monochromatic Colors of #547B65
Black with #547B65
Text Example
Text Example
White with #547B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B65; }
p { color: rgb(84,123,101); }
H1.HeaderClassName
{
color: #547B65;
}
.AnyTagClassName
{
color: #547B65;
}
</style>
background-color css
<style>
a { background-color: #547B65; }
a { background-color: rgb(84,123,101); }
div.DivClassName
{
background-color: #547B65;
}
.BgClassName
{
background-color: #547B65;
}
</style>
border-color css
<style>
span { border-color: #547B65; }
span { border-color: rgb(84,123,101); }
td.TdClassName
{
border-color: #547B65;
}
.TagClassName
{
border-color: #547B65;
}
</style>