Shades of Honey Flower #58256C
Tints of Honey Flower #58256C
RGB
CMYK
RGB Variations
Color information
#58256C (or 0x58256C) is known color: Honey Flower. HEX triplet: 58, 25 and 6C. RGB value is (88,37,108). Sum of RGB (Red+Green+Blue) = 88+37+108=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #58256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58256C is #A7DA93. Grayscale: #3C3C3C. Windows color (decimal): -11000468 or 7087448. OLE color: 7087448.
HSL color Cylindrical-coordinate representation of color #58256C: hue angle of 283.1º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58256C is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 37 | 108 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.58 |
| HSL | 283.1º | 0.49% | 0.28% | - |
| HSV(B) | 283.1º | 0.66% | 0.42% | - |
| XYZ | 7.39 | 4.48 | 14.66 | - |
| YUV | 60.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 108 | 0.19 | 0.66 | 0 | 0.58 | 283.1 | 0.49 | 0.28 |
| Hex | 58 | 25 | 6C | 13 | 42 | 0 | 3A | 11B | 31 | 1C |
| Octal | 130 | 45 | 154 | 23 | 102 | 0 | 72 | 433 | 61 | 34 |
| Binary | 1011000 | 100101 | 1101100 | 10011 | 1000010 | 0 | 111010 | 100011011 | 110001 | 11100 |
Color Harmonies of #58256C
Complementary color
Monochromatic Colors of #58256C
Black with #58256C
Text Example
Text Example
White with #58256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58256C; }
p { color: rgb(88,37,108); }
H1.HeaderClassName
{
color: #58256C;
}
.AnyTagClassName
{
color: #58256C;
}
</style>
background-color css
<style>
a { background-color: #58256C; }
a { background-color: rgb(88,37,108); }
div.DivClassName
{
background-color: #58256C;
}
.BgClassName
{
background-color: #58256C;
}
</style>
border-color css
<style>
span { border-color: #58256C; }
span { border-color: rgb(88,37,108); }
td.TdClassName
{
border-color: #58256C;
}
.TagClassName
{
border-color: #58256C;
}
</style>