Shades of Honey Flower #59226D
Tints of Honey Flower #59226D
RGB
CMYK
RGB Variations
Color information
#59226D (or 0x59226D) is known color: Honey Flower. HEX triplet: 59, 22 and 6D. RGB value is (89,34,109). Sum of RGB (Red+Green+Blue) = 89+34+109=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #59226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59226D is #A6DD92. Grayscale: #3A3A3A. Windows color (decimal): -10935699 or 7152217. OLE color: 7152217.
HSL color Cylindrical-coordinate representation of color #59226D: hue angle of 284º degrees, saturation: 0.52, 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 #59226D is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 34 | 109 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.57 |
| HSL | 284º | 0.52% | 0.28% | - |
| HSV(B) | 284º | 0.69% | 0.43% | - |
| XYZ | 7.45 | 4.37 | 14.92 | - |
| YUV | 59 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 109 | 0.18 | 0.69 | 0 | 0.57 | 284 | 0.52 | 0.28 |
| Hex | 59 | 22 | 6D | 12 | 45 | 0 | 39 | 11C | 34 | 1C |
| Octal | 131 | 42 | 155 | 22 | 105 | 0 | 71 | 434 | 64 | 34 |
| Binary | 1011001 | 100010 | 1101101 | 10010 | 1000101 | 0 | 111001 | 100011100 | 110100 | 11100 |
Color Harmonies of #59226D
Complementary color
Monochromatic Colors of #59226D
Black with #59226D
Text Example
Text Example
White with #59226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59226D; }
p { color: rgb(89,34,109); }
H1.HeaderClassName
{
color: #59226D;
}
.AnyTagClassName
{
color: #59226D;
}
</style>
background-color css
<style>
a { background-color: #59226D; }
a { background-color: rgb(89,34,109); }
div.DivClassName
{
background-color: #59226D;
}
.BgClassName
{
background-color: #59226D;
}
</style>
border-color css
<style>
span { border-color: #59226D; }
span { border-color: rgb(89,34,109); }
td.TdClassName
{
border-color: #59226D;
}
.TagClassName
{
border-color: #59226D;
}
</style>