Shades of Honey Flower #59266A
Tints of Honey Flower #59266A
RGB
CMYK
RGB Variations
Color information
#59266A (or 0x59266A) is known color: Honey Flower. HEX triplet: 59, 26 and 6A. RGB value is (89,38,106). Sum of RGB (Red+Green+Blue) = 89+38+106=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #59266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59266A is #A6D995. Grayscale: #3C3C3C. Windows color (decimal): -10934678 or 6956633. OLE color: 6956633.
HSL color Cylindrical-coordinate representation of color #59266A: hue angle of 285º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59266A is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 38 | 106 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.58 |
| HSL | 285º | 0.47% | 0.28% | - |
| HSV(B) | 285º | 0.64% | 0.42% | - |
| XYZ | 7.41 | 4.55 | 14.12 | - |
| YUV | 61 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 106 | 0.16 | 0.64 | 0 | 0.58 | 285 | 0.47 | 0.28 |
| Hex | 59 | 26 | 6A | 10 | 40 | 0 | 3A | 11D | 2F | 1C |
| Octal | 131 | 46 | 152 | 20 | 100 | 0 | 72 | 435 | 57 | 34 |
| Binary | 1011001 | 100110 | 1101010 | 10000 | 1000000 | 0 | 111010 | 100011101 | 101111 | 11100 |
Color Harmonies of #59266A
Complementary color
Monochromatic Colors of #59266A
Black with #59266A
Text Example
Text Example
White with #59266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59266A; }
p { color: rgb(89,38,106); }
H1.HeaderClassName
{
color: #59266A;
}
.AnyTagClassName
{
color: #59266A;
}
</style>
background-color css
<style>
a { background-color: #59266A; }
a { background-color: rgb(89,38,106); }
div.DivClassName
{
background-color: #59266A;
}
.BgClassName
{
background-color: #59266A;
}
</style>
border-color css
<style>
span { border-color: #59266A; }
span { border-color: rgb(89,38,106); }
td.TdClassName
{
border-color: #59266A;
}
.TagClassName
{
border-color: #59266A;
}
</style>