Shades of Honey Flower #59226E
Tints of Honey Flower #59226E
RGB
CMYK
RGB Variations
Color information
#59226E (or 0x59226E) is known color: Honey Flower. HEX triplet: 59, 22 and 6E. RGB value is (89,34,110). Sum of RGB (Red+Green+Blue) = 89+34+110=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #59226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59226E is #A6DD91. Grayscale: #3A3A3A. Windows color (decimal): -10935698 or 7217753. OLE color: 7217753.
HSL color Cylindrical-coordinate representation of color #59226E: hue angle of 283.42º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59226E is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 34 | 110 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.57 |
| HSL | 283.42º | 0.53% | 0.28% | - |
| HSV(B) | 283.42º | 0.69% | 0.43% | - |
| XYZ | 7.51 | 4.39 | 15.2 | - |
| YUV | 59.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 110 | 0.19 | 0.69 | 0 | 0.57 | 283.42 | 0.53 | 0.28 |
| Hex | 59 | 22 | 6E | 13 | 45 | 0 | 39 | 11B | 35 | 1C |
| Octal | 131 | 42 | 156 | 23 | 105 | 0 | 71 | 433 | 65 | 34 |
| Binary | 1011001 | 100010 | 1101110 | 10011 | 1000101 | 0 | 111001 | 100011011 | 110101 | 11100 |
Color Harmonies of #59226E
Complementary color
Monochromatic Colors of #59226E
Black with #59226E
Text Example
Text Example
White with #59226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59226E; }
p { color: rgb(89,34,110); }
H1.HeaderClassName
{
color: #59226E;
}
.AnyTagClassName
{
color: #59226E;
}
</style>
background-color css
<style>
a { background-color: #59226E; }
a { background-color: rgb(89,34,110); }
div.DivClassName
{
background-color: #59226E;
}
.BgClassName
{
background-color: #59226E;
}
</style>
border-color css
<style>
span { border-color: #59226E; }
span { border-color: rgb(89,34,110); }
td.TdClassName
{
border-color: #59226E;
}
.TagClassName
{
border-color: #59226E;
}
</style>