Shades of Honey Flower #59466C
Tints of Honey Flower #59466C
RGB
CMYK
RGB Variations
Color information
#59466C (or 0x59466C) is known color: Honey Flower. HEX triplet: 59, 46 and 6C. RGB value is (89,70,108). Sum of RGB (Red+Green+Blue) = 89+70+108=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #59466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59466C is #A6B993. Grayscale: #4F4F4F. Windows color (decimal): -10926484 or 7095897. OLE color: 7095897.
HSL color Cylindrical-coordinate representation of color #59466C: hue angle of 270º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59466C is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 70 | 108 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.58 |
| HSL | 270º | 0.21% | 0.35% | - |
| HSV(B) | 270º | 0.35% | 0.42% | - |
| XYZ | 9.02 | 7.59 | 15.18 | - |
| YUV | 80.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 108 | 0.18 | 0.35 | 0 | 0.58 | 270 | 0.21 | 0.35 |
| Hex | 59 | 46 | 6C | 12 | 23 | 0 | 3A | 10E | 15 | 23 |
| Octal | 131 | 106 | 154 | 22 | 43 | 0 | 72 | 416 | 25 | 43 |
| Binary | 1011001 | 1000110 | 1101100 | 10010 | 100011 | 0 | 111010 | 100001110 | 10101 | 100011 |
Color Harmonies of #59466C
Complementary color
Monochromatic Colors of #59466C
Black with #59466C
Text Example
Text Example
White with #59466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59466C; }
p { color: rgb(89,70,108); }
H1.HeaderClassName
{
color: #59466C;
}
.AnyTagClassName
{
color: #59466C;
}
</style>
background-color css
<style>
a { background-color: #59466C; }
a { background-color: rgb(89,70,108); }
div.DivClassName
{
background-color: #59466C;
}
.BgClassName
{
background-color: #59466C;
}
</style>
border-color css
<style>
span { border-color: #59466C; }
span { border-color: rgb(89,70,108); }
td.TdClassName
{
border-color: #59466C;
}
.TagClassName
{
border-color: #59466C;
}
</style>