Shades of Como #548765
Tints of Como #548765
RGB
CMYK
RGB Variations
Color information
#548765 (or 0x548765) is known color: Como. HEX triplet: 54, 87 and 65. RGB value is (84,135,101). Sum of RGB (Red+Green+Blue) = 84+135+101=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #548765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548765 is #AB789A. Grayscale: #737373. Windows color (decimal): -11237531 or 6653780. OLE color: 6653780.
HSL color Cylindrical-coordinate representation of color #548765: hue angle of 140º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548765 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 101 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.47 |
| HSL | 140º | 0.23% | 0.43% | - |
| HSV(B) | 140º | 0.38% | 0.53% | - |
| XYZ | 14.67 | 20.15 | 15.43 | - |
| YUV | 115.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 101 | 0.38 | 0 | 0.25 | 0.47 | 140 | 0.23 | 0.43 |
| Hex | 54 | 87 | 65 | 26 | 0 | 19 | 2F | 8C | 17 | 2B |
| Octal | 124 | 207 | 145 | 46 | 0 | 31 | 57 | 214 | 27 | 53 |
| Binary | 1010100 | 10000111 | 1100101 | 100110 | 0 | 11001 | 101111 | 10001100 | 10111 | 101011 |
Color Harmonies of #548765
Complementary color
Monochromatic Colors of #548765
Black with #548765
Text Example
Text Example
White with #548765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548765; }
p { color: rgb(84,135,101); }
H1.HeaderClassName
{
color: #548765;
}
.AnyTagClassName
{
color: #548765;
}
</style>
background-color css
<style>
a { background-color: #548765; }
a { background-color: rgb(84,135,101); }
div.DivClassName
{
background-color: #548765;
}
.BgClassName
{
background-color: #548765;
}
</style>
border-color css
<style>
span { border-color: #548765; }
span { border-color: rgb(84,135,101); }
td.TdClassName
{
border-color: #548765;
}
.TagClassName
{
border-color: #548765;
}
</style>