Shades of Honey Flower #58326D
Tints of Honey Flower #58326D
RGB
CMYK
RGB Variations
Color information
#58326D (or 0x58326D) is known color: Honey Flower. HEX triplet: 58, 32 and 6D. RGB value is (88,50,109). Sum of RGB (Red+Green+Blue) = 88+50+109=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #58326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58326D is #A7CD92. Grayscale: #434343. Windows color (decimal): -10997139 or 7156312. OLE color: 7156312.
HSL color Cylindrical-coordinate representation of color #58326D: hue angle of 278.64º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58326D is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 50 | 109 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.57 |
| HSL | 278.64º | 0.37% | 0.31% | - |
| HSV(B) | 278.64º | 0.54% | 0.43% | - |
| XYZ | 7.93 | 5.46 | 15.1 | - |
| YUV | 68.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 109 | 0.19 | 0.54 | 0 | 0.57 | 278.64 | 0.37 | 0.31 |
| Hex | 58 | 32 | 6D | 13 | 36 | 0 | 39 | 117 | 25 | 1F |
| Octal | 130 | 62 | 155 | 23 | 66 | 0 | 71 | 427 | 45 | 37 |
| Binary | 1011000 | 110010 | 1101101 | 10011 | 110110 | 0 | 111001 | 100010111 | 100101 | 11111 |
Color Harmonies of #58326D
Complementary color
Monochromatic Colors of #58326D
Black with #58326D
Text Example
Text Example
White with #58326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58326D; }
p { color: rgb(88,50,109); }
H1.HeaderClassName
{
color: #58326D;
}
.AnyTagClassName
{
color: #58326D;
}
</style>
background-color css
<style>
a { background-color: #58326D; }
a { background-color: rgb(88,50,109); }
div.DivClassName
{
background-color: #58326D;
}
.BgClassName
{
background-color: #58326D;
}
</style>
border-color css
<style>
span { border-color: #58326D; }
span { border-color: rgb(88,50,109); }
td.TdClassName
{
border-color: #58326D;
}
.TagClassName
{
border-color: #58326D;
}
</style>