Shades of Como #548B65
Tints of Como #548B65
RGB
CMYK
RGB Variations
Color information
#548B65 (or 0x548B65) is known color: Como. HEX triplet: 54, 8B and 65. RGB value is (84,139,101). Sum of RGB (Red+Green+Blue) = 84+139+101=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #548B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B65 is #AB749A. Grayscale: #767676. Windows color (decimal): -11236507 or 6654804. OLE color: 6654804.
HSL color Cylindrical-coordinate representation of color #548B65: hue angle of 138.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B65 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 101 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.45 |
| HSL | 138.55º | 0.25% | 0.44% | - |
| HSV(B) | 138.55º | 0.4% | 0.55% | - |
| XYZ | 15.24 | 21.29 | 15.62 | - |
| YUV | 118.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 101 | 0.40 | 0 | 0.27 | 0.45 | 138.55 | 0.25 | 0.44 |
| Hex | 54 | 8B | 65 | 28 | 0 | 1B | 2D | 8B | 19 | 2C |
| Octal | 124 | 213 | 145 | 50 | 0 | 33 | 55 | 213 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1100101 | 101000 | 0 | 11011 | 101101 | 10001011 | 11001 | 101100 |
Color Harmonies of #548B65
Complementary color
Monochromatic Colors of #548B65
Black with #548B65
Text Example
Text Example
White with #548B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B65; }
p { color: rgb(84,139,101); }
H1.HeaderClassName
{
color: #548B65;
}
.AnyTagClassName
{
color: #548B65;
}
</style>
background-color css
<style>
a { background-color: #548B65; }
a { background-color: rgb(84,139,101); }
div.DivClassName
{
background-color: #548B65;
}
.BgClassName
{
background-color: #548B65;
}
</style>
border-color css
<style>
span { border-color: #548B65; }
span { border-color: rgb(84,139,101); }
td.TdClassName
{
border-color: #548B65;
}
.TagClassName
{
border-color: #548B65;
}
</style>