Shades of Honey Flower #58256E
Tints of Honey Flower #58256E
RGB
CMYK
RGB Variations
Color information
#58256E (or 0x58256E) is known color: Honey Flower. HEX triplet: 58, 25 and 6E. RGB value is (88,37,110). Sum of RGB (Red+Green+Blue) = 88+37+110=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #58256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58256E is #A7DA91. Grayscale: #3C3C3C. Windows color (decimal): -11000466 or 7218520. OLE color: 7218520.
HSL color Cylindrical-coordinate representation of color #58256E: hue angle of 281.92º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58256E is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 37 | 110 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.57 |
| HSL | 281.92º | 0.5% | 0.29% | - |
| HSV(B) | 281.92º | 0.66% | 0.43% | - |
| XYZ | 7.5 | 4.52 | 15.23 | - |
| YUV | 60.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 110 | 0.2 | 0.66 | 0 | 0.57 | 281.92 | 0.5 | 0.29 |
| Hex | 58 | 25 | 6E | 14 | 42 | 0 | 39 | 11A | 32 | 1D |
| Octal | 130 | 45 | 156 | 24 | 102 | 0 | 71 | 432 | 62 | 35 |
| Binary | 1011000 | 100101 | 1101110 | 10100 | 1000010 | 0 | 111001 | 100011010 | 110010 | 11101 |
Color Harmonies of #58256E
Complementary color
Monochromatic Colors of #58256E
Black with #58256E
Text Example
Text Example
White with #58256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58256E; }
p { color: rgb(88,37,110); }
H1.HeaderClassName
{
color: #58256E;
}
.AnyTagClassName
{
color: #58256E;
}
</style>
background-color css
<style>
a { background-color: #58256E; }
a { background-color: rgb(88,37,110); }
div.DivClassName
{
background-color: #58256E;
}
.BgClassName
{
background-color: #58256E;
}
</style>
border-color css
<style>
span { border-color: #58256E; }
span { border-color: rgb(88,37,110); }
td.TdClassName
{
border-color: #58256E;
}
.TagClassName
{
border-color: #58256E;
}
</style>