Shades of Como #548264
Tints of Como #548264
RGB
CMYK
RGB Variations
Color information
#548264 (or 0x548264) is known color: Como. HEX triplet: 54, 82 and 64. RGB value is (84,130,100). Sum of RGB (Red+Green+Blue) = 84+130+100=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #548264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548264 is #AB7D9B. Grayscale: #707070. Windows color (decimal): -11238812 or 6586964. OLE color: 6586964.
HSL color Cylindrical-coordinate representation of color #548264: hue angle of 140.87º 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 #548264 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 130 | 100 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.49 |
| HSL | 140.87º | 0.21% | 0.42% | - |
| HSV(B) | 140.87º | 0.35% | 0.51% | - |
| XYZ | 13.94 | 18.77 | 14.94 | - |
| YUV | 112.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 130 | 100 | 0.35 | 0 | 0.23 | 0.49 | 140.87 | 0.21 | 0.42 |
| Hex | 54 | 82 | 64 | 23 | 0 | 17 | 31 | 8D | 15 | 2A |
| Octal | 124 | 202 | 144 | 43 | 0 | 27 | 61 | 215 | 25 | 52 |
| Binary | 1010100 | 10000010 | 1100100 | 100011 | 0 | 10111 | 110001 | 10001101 | 10101 | 101010 |
Color Harmonies of #548264
Complementary color
Monochromatic Colors of #548264
Black with #548264
Text Example
Text Example
White with #548264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548264; }
p { color: rgb(84,130,100); }
H1.HeaderClassName
{
color: #548264;
}
.AnyTagClassName
{
color: #548264;
}
</style>
background-color css
<style>
a { background-color: #548264; }
a { background-color: rgb(84,130,100); }
div.DivClassName
{
background-color: #548264;
}
.BgClassName
{
background-color: #548264;
}
</style>
border-color css
<style>
span { border-color: #548264; }
span { border-color: rgb(84,130,100); }
td.TdClassName
{
border-color: #548264;
}
.TagClassName
{
border-color: #548264;
}
</style>