Shades of Honey Flower #592B70
Tints of Honey Flower #592B70
RGB
CMYK
RGB Variations
Color information
#592B70 (or 0x592B70) is known color: Honey Flower. HEX triplet: 59, 2B and 70. RGB value is (89,43,112). Sum of RGB (Red+Green+Blue) = 89+43+112=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #592B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B70 is #A6D48F. Grayscale: #404040. Windows color (decimal): -10933392 or 7351129. OLE color: 7351129.
HSL color Cylindrical-coordinate representation of color #592B70: hue angle of 280º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #592B70 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 43 | 112 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.56 |
| HSL | 280º | 0.45% | 0.3% | - |
| HSV(B) | 280º | 0.62% | 0.44% | - |
| XYZ | 7.91 | 5.02 | 15.88 | - |
| YUV | 64.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 112 | 0.21 | 0.62 | 0 | 0.56 | 280 | 0.45 | 0.3 |
| Hex | 59 | 2B | 70 | 15 | 3E | 0 | 38 | 118 | 2D | 1E |
| Octal | 131 | 53 | 160 | 25 | 76 | 0 | 70 | 430 | 55 | 36 |
| Binary | 1011001 | 101011 | 1110000 | 10101 | 111110 | 0 | 111000 | 100011000 | 101101 | 11110 |
Color Harmonies of #592B70
Complementary color
Monochromatic Colors of #592B70
Black with #592B70
Text Example
Text Example
White with #592B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B70; }
p { color: rgb(89,43,112); }
H1.HeaderClassName
{
color: #592B70;
}
.AnyTagClassName
{
color: #592B70;
}
</style>
background-color css
<style>
a { background-color: #592B70; }
a { background-color: rgb(89,43,112); }
div.DivClassName
{
background-color: #592B70;
}
.BgClassName
{
background-color: #592B70;
}
</style>
border-color css
<style>
span { border-color: #592B70; }
span { border-color: rgb(89,43,112); }
td.TdClassName
{
border-color: #592B70;
}
.TagClassName
{
border-color: #592B70;
}
</style>