Shades of Honey Flower #58326E
Tints of Honey Flower #58326E
RGB
CMYK
RGB Variations
Color information
#58326E (or 0x58326E) is known color: Honey Flower. HEX triplet: 58, 32 and 6E. RGB value is (88,50,110). Sum of RGB (Red+Green+Blue) = 88+50+110=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #58326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58326E is #A7CD91. Grayscale: #444444. Windows color (decimal): -10997138 or 7221848. OLE color: 7221848.
HSL color Cylindrical-coordinate representation of color #58326E: hue angle of 278º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58326E is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 50 | 110 | - |
| CMYK | 0.2 | 0.55 | 0 | 0.57 |
| HSL | 278º | 0.38% | 0.31% | - |
| HSV(B) | 278º | 0.55% | 0.43% | - |
| XYZ | 7.98 | 5.48 | 15.39 | - |
| YUV | 68.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 110 | 0.2 | 0.55 | 0 | 0.57 | 278 | 0.38 | 0.31 |
| Hex | 58 | 32 | 6E | 14 | 37 | 0 | 39 | 116 | 26 | 1F |
| Octal | 130 | 62 | 156 | 24 | 67 | 0 | 71 | 426 | 46 | 37 |
| Binary | 1011000 | 110010 | 1101110 | 10100 | 110111 | 0 | 111001 | 100010110 | 100110 | 11111 |
Color Harmonies of #58326E
Complementary color
Monochromatic Colors of #58326E
Black with #58326E
Text Example
Text Example
White with #58326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58326E; }
p { color: rgb(88,50,110); }
H1.HeaderClassName
{
color: #58326E;
}
.AnyTagClassName
{
color: #58326E;
}
</style>
background-color css
<style>
a { background-color: #58326E; }
a { background-color: rgb(88,50,110); }
div.DivClassName
{
background-color: #58326E;
}
.BgClassName
{
background-color: #58326E;
}
</style>
border-color css
<style>
span { border-color: #58326E; }
span { border-color: rgb(88,50,110); }
td.TdClassName
{
border-color: #58326E;
}
.TagClassName
{
border-color: #58326E;
}
</style>