Shades of Honey Flower #59316C
Tints of Honey Flower #59316C
RGB
CMYK
RGB Variations
Color information
#59316C (or 0x59316C) is known color: Honey Flower. HEX triplet: 59, 31 and 6C. RGB value is (89,49,108). Sum of RGB (Red+Green+Blue) = 89+49+108=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #59316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59316C is #A6CE93. Grayscale: #434343. Windows color (decimal): -10931860 or 7090521. OLE color: 7090521.
HSL color Cylindrical-coordinate representation of color #59316C: hue angle of 280.68º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59316C is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 49 | 108 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.58 |
| HSL | 280.68º | 0.38% | 0.31% | - |
| HSV(B) | 280.68º | 0.55% | 0.42% | - |
| XYZ | 7.92 | 5.4 | 14.81 | - |
| YUV | 67.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 49 | 108 | 0.18 | 0.55 | 0 | 0.58 | 280.68 | 0.38 | 0.31 |
| Hex | 59 | 31 | 6C | 12 | 37 | 0 | 3A | 119 | 26 | 1F |
| Octal | 131 | 61 | 154 | 22 | 67 | 0 | 72 | 431 | 46 | 37 |
| Binary | 1011001 | 110001 | 1101100 | 10010 | 110111 | 0 | 111010 | 100011001 | 100110 | 11111 |
Color Harmonies of #59316C
Complementary color
Monochromatic Colors of #59316C
Black with #59316C
Text Example
Text Example
White with #59316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59316C; }
p { color: rgb(89,49,108); }
H1.HeaderClassName
{
color: #59316C;
}
.AnyTagClassName
{
color: #59316C;
}
</style>
background-color css
<style>
a { background-color: #59316C; }
a { background-color: rgb(89,49,108); }
div.DivClassName
{
background-color: #59316C;
}
.BgClassName
{
background-color: #59316C;
}
</style>
border-color css
<style>
span { border-color: #59316C; }
span { border-color: rgb(89,49,108); }
td.TdClassName
{
border-color: #59316C;
}
.TagClassName
{
border-color: #59316C;
}
</style>