Shades of Honey Flower #59476A
Tints of Honey Flower #59476A
RGB
CMYK
RGB Variations
Color information
#59476A (or 0x59476A) is known color: Honey Flower. HEX triplet: 59, 47 and 6A. RGB value is (89,71,106). Sum of RGB (Red+Green+Blue) = 89+71+106=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #59476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59476A is #A6B895. Grayscale: #505050. Windows color (decimal): -10926230 or 6965081. OLE color: 6965081.
HSL color Cylindrical-coordinate representation of color #59476A: hue angle of 270.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59476A is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 71 | 106 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.58 |
| HSL | 270.86º | 0.2% | 0.35% | - |
| HSV(B) | 270.86º | 0.33% | 0.42% | - |
| XYZ | 8.97 | 7.67 | 14.64 | - |
| YUV | 80.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 106 | 0.16 | 0.33 | 0 | 0.58 | 270.86 | 0.2 | 0.35 |
| Hex | 59 | 47 | 6A | 10 | 21 | 0 | 3A | 10F | 14 | 23 |
| Octal | 131 | 107 | 152 | 20 | 41 | 0 | 72 | 417 | 24 | 43 |
| Binary | 1011001 | 1000111 | 1101010 | 10000 | 100001 | 0 | 111010 | 100001111 | 10100 | 100011 |
Color Harmonies of #59476A
Complementary color
Monochromatic Colors of #59476A
Black with #59476A
Text Example
Text Example
White with #59476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59476A; }
p { color: rgb(89,71,106); }
H1.HeaderClassName
{
color: #59476A;
}
.AnyTagClassName
{
color: #59476A;
}
</style>
background-color css
<style>
a { background-color: #59476A; }
a { background-color: rgb(89,71,106); }
div.DivClassName
{
background-color: #59476A;
}
.BgClassName
{
background-color: #59476A;
}
</style>
border-color css
<style>
span { border-color: #59476A; }
span { border-color: rgb(89,71,106); }
td.TdClassName
{
border-color: #59476A;
}
.TagClassName
{
border-color: #59476A;
}
</style>