Shades of Honey Flower #59296C
Tints of Honey Flower #59296C
RGB
CMYK
RGB Variations
Color information
#59296C (or 0x59296C) is known color: Honey Flower. HEX triplet: 59, 29 and 6C. RGB value is (89,41,108). Sum of RGB (Red+Green+Blue) = 89+41+108=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #59296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59296C is #A6D693. Grayscale: #3E3E3E. Windows color (decimal): -10933908 or 7088473. OLE color: 7088473.
HSL color Cylindrical-coordinate representation of color #59296C: hue angle of 282.99º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59296C is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 41 | 108 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.58 |
| HSL | 282.99º | 0.45% | 0.29% | - |
| HSV(B) | 282.99º | 0.62% | 0.42% | - |
| XYZ | 7.62 | 4.79 | 14.71 | - |
| YUV | 62.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 108 | 0.18 | 0.62 | 0 | 0.58 | 282.99 | 0.45 | 0.29 |
| Hex | 59 | 29 | 6C | 12 | 3E | 0 | 3A | 11B | 2D | 1D |
| Octal | 131 | 51 | 154 | 22 | 76 | 0 | 72 | 433 | 55 | 35 |
| Binary | 1011001 | 101001 | 1101100 | 10010 | 111110 | 0 | 111010 | 100011011 | 101101 | 11101 |
Color Harmonies of #59296C
Complementary color
Monochromatic Colors of #59296C
Black with #59296C
Text Example
Text Example
White with #59296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59296C; }
p { color: rgb(89,41,108); }
H1.HeaderClassName
{
color: #59296C;
}
.AnyTagClassName
{
color: #59296C;
}
</style>
background-color css
<style>
a { background-color: #59296C; }
a { background-color: rgb(89,41,108); }
div.DivClassName
{
background-color: #59296C;
}
.BgClassName
{
background-color: #59296C;
}
</style>
border-color css
<style>
span { border-color: #59296C; }
span { border-color: rgb(89,41,108); }
td.TdClassName
{
border-color: #59296C;
}
.TagClassName
{
border-color: #59296C;
}
</style>