Shades of Honey Flower #59426D
Tints of Honey Flower #59426D
RGB
CMYK
RGB Variations
Color information
#59426D (or 0x59426D) is known color: Honey Flower. HEX triplet: 59, 42 and 6D. RGB value is (89,66,109). Sum of RGB (Red+Green+Blue) = 89+66+109=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #59426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59426D is #A6BD92. Grayscale: #4D4D4D. Windows color (decimal): -10927507 or 7160409. OLE color: 7160409.
HSL color Cylindrical-coordinate representation of color #59426D: hue angle of 272.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59426D is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 66 | 109 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.57 |
| HSL | 272.09º | 0.25% | 0.34% | - |
| HSV(B) | 272.09º | 0.39% | 0.43% | - |
| XYZ | 8.83 | 7.12 | 15.38 | - |
| YUV | 77.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 109 | 0.18 | 0.39 | 0 | 0.57 | 272.09 | 0.25 | 0.34 |
| Hex | 59 | 42 | 6D | 12 | 27 | 0 | 39 | 110 | 19 | 22 |
| Octal | 131 | 102 | 155 | 22 | 47 | 0 | 71 | 420 | 31 | 42 |
| Binary | 1011001 | 1000010 | 1101101 | 10010 | 100111 | 0 | 111001 | 100010000 | 11001 | 100010 |
Color Harmonies of #59426D
Complementary color
Monochromatic Colors of #59426D
Black with #59426D
Text Example
Text Example
White with #59426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59426D; }
p { color: rgb(89,66,109); }
H1.HeaderClassName
{
color: #59426D;
}
.AnyTagClassName
{
color: #59426D;
}
</style>
background-color css
<style>
a { background-color: #59426D; }
a { background-color: rgb(89,66,109); }
div.DivClassName
{
background-color: #59426D;
}
.BgClassName
{
background-color: #59426D;
}
</style>
border-color css
<style>
span { border-color: #59426D; }
span { border-color: rgb(89,66,109); }
td.TdClassName
{
border-color: #59426D;
}
.TagClassName
{
border-color: #59426D;
}
</style>