Shades of Honey Flower #58266E
Tints of Honey Flower #58266E
RGB
CMYK
RGB Variations
Color information
#58266E (or 0x58266E) is known color: Honey Flower. HEX triplet: 58, 26 and 6E. RGB value is (88,38,110). Sum of RGB (Red+Green+Blue) = 88+38+110=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #58266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58266E is #A7D991. Grayscale: #3C3C3C. Windows color (decimal): -11000210 or 7218776. OLE color: 7218776.
HSL color Cylindrical-coordinate representation of color #58266E: hue angle of 281.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58266E is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 38 | 110 | - |
| CMYK | 0.2 | 0.65 | 0 | 0.57 |
| HSL | 281.67º | 0.49% | 0.29% | - |
| HSV(B) | 281.67º | 0.65% | 0.43% | - |
| XYZ | 7.53 | 4.59 | 15.24 | - |
| YUV | 61.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 110 | 0.2 | 0.65 | 0 | 0.57 | 281.67 | 0.49 | 0.29 |
| Hex | 58 | 26 | 6E | 14 | 41 | 0 | 39 | 11A | 31 | 1D |
| Octal | 130 | 46 | 156 | 24 | 101 | 0 | 71 | 432 | 61 | 35 |
| Binary | 1011000 | 100110 | 1101110 | 10100 | 1000001 | 0 | 111001 | 100011010 | 110001 | 11101 |
Color Harmonies of #58266E
Complementary color
Monochromatic Colors of #58266E
Black with #58266E
Text Example
Text Example
White with #58266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58266E; }
p { color: rgb(88,38,110); }
H1.HeaderClassName
{
color: #58266E;
}
.AnyTagClassName
{
color: #58266E;
}
</style>
background-color css
<style>
a { background-color: #58266E; }
a { background-color: rgb(88,38,110); }
div.DivClassName
{
background-color: #58266E;
}
.BgClassName
{
background-color: #58266E;
}
</style>
border-color css
<style>
span { border-color: #58266E; }
span { border-color: rgb(88,38,110); }
td.TdClassName
{
border-color: #58266E;
}
.TagClassName
{
border-color: #58266E;
}
</style>