Shades of Como #54805F
Tints of Como #54805F
RGB
CMYK
RGB Variations
Color information
#54805F (or 0x54805F) is known color: Como. HEX triplet: 54, 80 and 5F. RGB value is (84,128,95). Sum of RGB (Red+Green+Blue) = 84+128+95=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #54805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54805F is #AB7FA0. Grayscale: #6F6F6F. Windows color (decimal): -11239329 or 6258772. OLE color: 6258772.
HSL color Cylindrical-coordinate representation of color #54805F: hue angle of 135º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54805F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 95 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.50 |
| HSL | 135º | 0.21% | 0.42% | - |
| HSV(B) | 135º | 0.34% | 0.5% | - |
| XYZ | 13.44 | 18.15 | 13.62 | - |
| YUV | 111.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 95 | 0.34 | 0 | 0.26 | 0.50 | 135 | 0.21 | 0.42 |
| Hex | 54 | 80 | 5F | 22 | 0 | 1A | 32 | 87 | 15 | 2A |
| Octal | 124 | 200 | 137 | 42 | 0 | 32 | 62 | 207 | 25 | 52 |
| Binary | 1010100 | 10000000 | 1011111 | 100010 | 0 | 11010 | 110010 | 10000111 | 10101 | 101010 |
Color Harmonies of #54805F
Complementary color
Monochromatic Colors of #54805F
Black with #54805F
Text Example
Text Example
White with #54805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54805F; }
p { color: rgb(84,128,95); }
H1.HeaderClassName
{
color: #54805F;
}
.AnyTagClassName
{
color: #54805F;
}
</style>
background-color css
<style>
a { background-color: #54805F; }
a { background-color: rgb(84,128,95); }
div.DivClassName
{
background-color: #54805F;
}
.BgClassName
{
background-color: #54805F;
}
</style>
border-color css
<style>
span { border-color: #54805F; }
span { border-color: rgb(84,128,95); }
td.TdClassName
{
border-color: #54805F;
}
.TagClassName
{
border-color: #54805F;
}
</style>