Shades of Lotus #805553
Tints of Lotus #805553
RGB
CMYK
RGB Variations
Color information
#805553 (or 0x805553) is known color: Lotus. HEX triplet: 80, 55 and 53. RGB value is (128,85,83). Sum of RGB (Red+Green+Blue) = 128+85+83=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #805553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805553 is #7FAAAC. Grayscale: #616161. Windows color (decimal): -8366765 or 5461376. OLE color: 5461376.
HSL color Cylindrical-coordinate representation of color #805553: hue angle of 2.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805553 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 83 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.50 |
| HSL | 2.67º | 0.21% | 0.41% | - |
| HSV(B) | 2.67º | 0.35% | 0.5% | - |
| XYZ | 13.71 | 11.71 | 9.72 | - |
| YUV | 97.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 83 | 0 | 0.34 | 0.35 | 0.50 | 2.67 | 0.21 | 0.41 |
| Hex | 80 | 55 | 53 | 0 | 22 | 23 | 32 | 3 | 15 | 29 |
| Octal | 200 | 125 | 123 | 0 | 42 | 43 | 62 | 3 | 25 | 51 |
| Binary | 10000000 | 1010101 | 1010011 | 0 | 100010 | 100011 | 110010 | 11 | 10101 | 101001 |
Color Harmonies of #805553
Complementary color
Monochromatic Colors of #805553
Black with #805553
Text Example
Text Example
White with #805553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805553; }
p { color: rgb(128,85,83); }
H1.HeaderClassName
{
color: #805553;
}
.AnyTagClassName
{
color: #805553;
}
</style>
background-color css
<style>
a { background-color: #805553; }
a { background-color: rgb(128,85,83); }
div.DivClassName
{
background-color: #805553;
}
.BgClassName
{
background-color: #805553;
}
</style>
border-color css
<style>
span { border-color: #805553; }
span { border-color: rgb(128,85,83); }
td.TdClassName
{
border-color: #805553;
}
.TagClassName
{
border-color: #805553;
}
</style>