Shades of Honey Flower #592F70
Tints of Honey Flower #592F70
RGB
CMYK
RGB Variations
Color information
#592F70 (or 0x592F70) is known color: Honey Flower. HEX triplet: 59, 2F and 70. RGB value is (89,47,112). Sum of RGB (Red+Green+Blue) = 89+47+112=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #592F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F70 is #A6D08F. Grayscale: #424242. Windows color (decimal): -10932368 or 7352153. OLE color: 7352153.
HSL color Cylindrical-coordinate representation of color #592F70: hue angle of 278.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592F70 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 47 | 112 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.56 |
| HSL | 278.77º | 0.41% | 0.31% | - |
| HSV(B) | 278.77º | 0.58% | 0.44% | - |
| XYZ | 8.06 | 5.33 | 15.93 | - |
| YUV | 66.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 112 | 0.21 | 0.58 | 0 | 0.56 | 278.77 | 0.41 | 0.31 |
| Hex | 59 | 2F | 70 | 15 | 3A | 0 | 38 | 117 | 29 | 1F |
| Octal | 131 | 57 | 160 | 25 | 72 | 0 | 70 | 427 | 51 | 37 |
| Binary | 1011001 | 101111 | 1110000 | 10101 | 111010 | 0 | 111000 | 100010111 | 101001 | 11111 |
Color Harmonies of #592F70
Complementary color
Monochromatic Colors of #592F70
Black with #592F70
Text Example
Text Example
White with #592F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F70; }
p { color: rgb(89,47,112); }
H1.HeaderClassName
{
color: #592F70;
}
.AnyTagClassName
{
color: #592F70;
}
</style>
background-color css
<style>
a { background-color: #592F70; }
a { background-color: rgb(89,47,112); }
div.DivClassName
{
background-color: #592F70;
}
.BgClassName
{
background-color: #592F70;
}
</style>
border-color css
<style>
span { border-color: #592F70; }
span { border-color: rgb(89,47,112); }
td.TdClassName
{
border-color: #592F70;
}
.TagClassName
{
border-color: #592F70;
}
</style>