Shades of Como #548164
Tints of Como #548164
RGB
CMYK
RGB Variations
Color information
#548164 (or 0x548164) is known color: Como. HEX triplet: 54, 81 and 64. RGB value is (84,129,100). Sum of RGB (Red+Green+Blue) = 84+129+100=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #548164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548164 is #AB7E9B. Grayscale: #707070. Windows color (decimal): -11239068 or 6586708. OLE color: 6586708.
HSL color Cylindrical-coordinate representation of color #548164: hue angle of 141.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548164 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 129 | 100 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.49 |
| HSL | 141.33º | 0.21% | 0.42% | - |
| HSV(B) | 141.33º | 0.35% | 0.51% | - |
| XYZ | 13.81 | 18.51 | 14.9 | - |
| YUV | 112.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 100 | 0.35 | 0 | 0.22 | 0.49 | 141.33 | 0.21 | 0.42 |
| Hex | 54 | 81 | 64 | 23 | 0 | 16 | 31 | 8D | 15 | 2A |
| Octal | 124 | 201 | 144 | 43 | 0 | 26 | 61 | 215 | 25 | 52 |
| Binary | 1010100 | 10000001 | 1100100 | 100011 | 0 | 10110 | 110001 | 10001101 | 10101 | 101010 |
Color Harmonies of #548164
Complementary color
Monochromatic Colors of #548164
Black with #548164
Text Example
Text Example
White with #548164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548164; }
p { color: rgb(84,129,100); }
H1.HeaderClassName
{
color: #548164;
}
.AnyTagClassName
{
color: #548164;
}
</style>
background-color css
<style>
a { background-color: #548164; }
a { background-color: rgb(84,129,100); }
div.DivClassName
{
background-color: #548164;
}
.BgClassName
{
background-color: #548164;
}
</style>
border-color css
<style>
span { border-color: #548164; }
span { border-color: rgb(84,129,100); }
td.TdClassName
{
border-color: #548164;
}
.TagClassName
{
border-color: #548164;
}
</style>