Shades of Honey Flower #59456A
Tints of Honey Flower #59456A
RGB
CMYK
RGB Variations
Color information
#59456A (or 0x59456A) is known color: Honey Flower. HEX triplet: 59, 45 and 6A. RGB value is (89,69,106). Sum of RGB (Red+Green+Blue) = 89+69+106=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #59456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59456A is #A6BA95. Grayscale: #4F4F4F. Windows color (decimal): -10926742 or 6964569. OLE color: 6964569.
HSL color Cylindrical-coordinate representation of color #59456A: hue angle of 272.43º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59456A is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 69 | 106 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.58 |
| HSL | 272.43º | 0.21% | 0.34% | - |
| HSV(B) | 272.43º | 0.35% | 0.42% | - |
| XYZ | 8.85 | 7.42 | 14.6 | - |
| YUV | 79.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 106 | 0.16 | 0.35 | 0 | 0.58 | 272.43 | 0.21 | 0.34 |
| Hex | 59 | 45 | 6A | 10 | 23 | 0 | 3A | 110 | 15 | 22 |
| Octal | 131 | 105 | 152 | 20 | 43 | 0 | 72 | 420 | 25 | 42 |
| Binary | 1011001 | 1000101 | 1101010 | 10000 | 100011 | 0 | 111010 | 100010000 | 10101 | 100010 |
Color Harmonies of #59456A
Complementary color
Monochromatic Colors of #59456A
Black with #59456A
Text Example
Text Example
White with #59456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59456A; }
p { color: rgb(89,69,106); }
H1.HeaderClassName
{
color: #59456A;
}
.AnyTagClassName
{
color: #59456A;
}
</style>
background-color css
<style>
a { background-color: #59456A; }
a { background-color: rgb(89,69,106); }
div.DivClassName
{
background-color: #59456A;
}
.BgClassName
{
background-color: #59456A;
}
</style>
border-color css
<style>
span { border-color: #59456A; }
span { border-color: rgb(89,69,106); }
td.TdClassName
{
border-color: #59456A;
}
.TagClassName
{
border-color: #59456A;
}
</style>