Shades of Lotus #805A55
Tints of Lotus #805A55
RGB
CMYK
RGB Variations
Color information
#805A55 (or 0x805A55) is known color: Lotus. HEX triplet: 80, 5A and 55. RGB value is (128,90,85). Sum of RGB (Red+Green+Blue) = 128+90+85=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A55 is #7FA5AA. Grayscale: #646464. Windows color (decimal): -8365483 or 5593728. OLE color: 5593728.
HSL color Cylindrical-coordinate representation of color #805A55: hue angle of 6.98º degrees, saturation: 0.2, 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 #805A55 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 85 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.50 |
| HSL | 6.98º | 0.2% | 0.42% | - |
| HSV(B) | 6.98º | 0.34% | 0.5% | - |
| XYZ | 14.2 | 12.56 | 10.27 | - |
| YUV | 100.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 85 | 0 | 0.30 | 0.34 | 0.50 | 6.98 | 0.2 | 0.42 |
| Hex | 80 | 5A | 55 | 0 | 1E | 22 | 32 | 7 | 14 | 2A |
| Octal | 200 | 132 | 125 | 0 | 36 | 42 | 62 | 7 | 24 | 52 |
| Binary | 10000000 | 1011010 | 1010101 | 0 | 11110 | 100010 | 110010 | 111 | 10100 | 101010 |
Color Harmonies of #805A55
Complementary color
Monochromatic Colors of #805A55
Black with #805A55
Text Example
Text Example
White with #805A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A55; }
p { color: rgb(128,90,85); }
H1.HeaderClassName
{
color: #805A55;
}
.AnyTagClassName
{
color: #805A55;
}
</style>
background-color css
<style>
a { background-color: #805A55; }
a { background-color: rgb(128,90,85); }
div.DivClassName
{
background-color: #805A55;
}
.BgClassName
{
background-color: #805A55;
}
</style>
border-color css
<style>
span { border-color: #805A55; }
span { border-color: rgb(128,90,85); }
td.TdClassName
{
border-color: #805A55;
}
.TagClassName
{
border-color: #805A55;
}
</style>