Shades of Honey Flower #58206E
Tints of Honey Flower #58206E
RGB
CMYK
RGB Variations
Color information
#58206E (or 0x58206E) is known color: Honey Flower. HEX triplet: 58, 20 and 6E. RGB value is (88,32,110). Sum of RGB (Red+Green+Blue) = 88+32+110=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #58206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58206E is #A7DF91. Grayscale: #393939. Windows color (decimal): -11001746 or 7217240. OLE color: 7217240.
HSL color Cylindrical-coordinate representation of color #58206E: hue angle of 283.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58206E is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 32 | 110 | - |
| CMYK | 0.2 | 0.71 | 0 | 0.57 |
| HSL | 283.08º | 0.55% | 0.28% | - |
| HSV(B) | 283.08º | 0.71% | 0.43% | - |
| XYZ | 7.36 | 4.23 | 15.18 | - |
| YUV | 57.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 110 | 0.2 | 0.71 | 0 | 0.57 | 283.08 | 0.55 | 0.28 |
| Hex | 58 | 20 | 6E | 14 | 47 | 0 | 39 | 11B | 37 | 1C |
| Octal | 130 | 40 | 156 | 24 | 107 | 0 | 71 | 433 | 67 | 34 |
| Binary | 1011000 | 100000 | 1101110 | 10100 | 1000111 | 0 | 111001 | 100011011 | 110111 | 11100 |
Color Harmonies of #58206E
Complementary color
Monochromatic Colors of #58206E
Black with #58206E
Text Example
Text Example
White with #58206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58206E; }
p { color: rgb(88,32,110); }
H1.HeaderClassName
{
color: #58206E;
}
.AnyTagClassName
{
color: #58206E;
}
</style>
background-color css
<style>
a { background-color: #58206E; }
a { background-color: rgb(88,32,110); }
div.DivClassName
{
background-color: #58206E;
}
.BgClassName
{
background-color: #58206E;
}
</style>
border-color css
<style>
span { border-color: #58206E; }
span { border-color: rgb(88,32,110); }
td.TdClassName
{
border-color: #58206E;
}
.TagClassName
{
border-color: #58206E;
}
</style>