Shades of Honey Flower #58226D
Tints of Honey Flower #58226D
RGB
CMYK
RGB Variations
Color information
#58226D (or 0x58226D) is known color: Honey Flower. HEX triplet: 58, 22 and 6D. RGB value is (88,34,109). Sum of RGB (Red+Green+Blue) = 88+34+109=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #58226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226D is #A7DD92. Grayscale: #3A3A3A. Windows color (decimal): -11001235 or 7152216. OLE color: 7152216.
HSL color Cylindrical-coordinate representation of color #58226D: hue angle of 283.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58226D is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 34 | 109 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.57 |
| HSL | 283.2º | 0.52% | 0.28% | - |
| HSV(B) | 283.2º | 0.69% | 0.43% | - |
| XYZ | 7.36 | 4.32 | 14.91 | - |
| YUV | 58.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 109 | 0.19 | 0.69 | 0 | 0.57 | 283.2 | 0.52 | 0.28 |
| Hex | 58 | 22 | 6D | 13 | 45 | 0 | 39 | 11B | 34 | 1C |
| Octal | 130 | 42 | 155 | 23 | 105 | 0 | 71 | 433 | 64 | 34 |
| Binary | 1011000 | 100010 | 1101101 | 10011 | 1000101 | 0 | 111001 | 100011011 | 110100 | 11100 |
Color Harmonies of #58226D
Complementary color
Monochromatic Colors of #58226D
Black with #58226D
Text Example
Text Example
White with #58226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58226D; }
p { color: rgb(88,34,109); }
H1.HeaderClassName
{
color: #58226D;
}
.AnyTagClassName
{
color: #58226D;
}
</style>
background-color css
<style>
a { background-color: #58226D; }
a { background-color: rgb(88,34,109); }
div.DivClassName
{
background-color: #58226D;
}
.BgClassName
{
background-color: #58226D;
}
</style>
border-color css
<style>
span { border-color: #58226D; }
span { border-color: rgb(88,34,109); }
td.TdClassName
{
border-color: #58226D;
}
.TagClassName
{
border-color: #58226D;
}
</style>