Shades of Honey Flower #58306A
Tints of Honey Flower #58306A
RGB
CMYK
RGB Variations
Color information
#58306A (or 0x58306A) is known color: Honey Flower. HEX triplet: 58, 30 and 6A. RGB value is (88,48,106). Sum of RGB (Red+Green+Blue) = 88+48+106=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #58306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58306A is #A7CF95. Grayscale: #424242. Windows color (decimal): -10997654 or 6959192. OLE color: 6959192.
HSL color Cylindrical-coordinate representation of color #58306A: hue angle of 281.38º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58306A is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 48 | 106 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.58 |
| HSL | 281.38º | 0.38% | 0.3% | - |
| HSV(B) | 281.38º | 0.55% | 0.42% | - |
| XYZ | 7.68 | 5.23 | 14.24 | - |
| YUV | 66.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 106 | 0.17 | 0.55 | 0 | 0.58 | 281.38 | 0.38 | 0.3 |
| Hex | 58 | 30 | 6A | 11 | 37 | 0 | 3A | 119 | 26 | 1E |
| Octal | 130 | 60 | 152 | 21 | 67 | 0 | 72 | 431 | 46 | 36 |
| Binary | 1011000 | 110000 | 1101010 | 10001 | 110111 | 0 | 111010 | 100011001 | 100110 | 11110 |
Color Harmonies of #58306A
Complementary color
Monochromatic Colors of #58306A
Black with #58306A
Text Example
Text Example
White with #58306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58306A; }
p { color: rgb(88,48,106); }
H1.HeaderClassName
{
color: #58306A;
}
.AnyTagClassName
{
color: #58306A;
}
</style>
background-color css
<style>
a { background-color: #58306A; }
a { background-color: rgb(88,48,106); }
div.DivClassName
{
background-color: #58306A;
}
.BgClassName
{
background-color: #58306A;
}
</style>
border-color css
<style>
span { border-color: #58306A; }
span { border-color: rgb(88,48,106); }
td.TdClassName
{
border-color: #58306A;
}
.TagClassName
{
border-color: #58306A;
}
</style>