Shades of Honey Flower #58446E
Tints of Honey Flower #58446E
RGB
CMYK
RGB Variations
Color information
#58446E (or 0x58446E) is known color: Honey Flower. HEX triplet: 58, 44 and 6E. RGB value is (88,68,110). Sum of RGB (Red+Green+Blue) = 88+68+110=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #58446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58446E is #A7BB91. Grayscale: #4E4E4E. Windows color (decimal): -10992530 or 7226456. OLE color: 7226456.
HSL color Cylindrical-coordinate representation of color #58446E: hue angle of 268.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58446E is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 68 | 110 | - |
| CMYK | 0.2 | 0.38 | 0 | 0.57 |
| HSL | 268.57º | 0.24% | 0.35% | - |
| HSV(B) | 268.57º | 0.38% | 0.43% | - |
| XYZ | 8.91 | 7.33 | 15.7 | - |
| YUV | 78.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 110 | 0.2 | 0.38 | 0 | 0.57 | 268.57 | 0.24 | 0.35 |
| Hex | 58 | 44 | 6E | 14 | 26 | 0 | 39 | 10D | 18 | 23 |
| Octal | 130 | 104 | 156 | 24 | 46 | 0 | 71 | 415 | 30 | 43 |
| Binary | 1011000 | 1000100 | 1101110 | 10100 | 100110 | 0 | 111001 | 100001101 | 11000 | 100011 |
Color Harmonies of #58446E
Complementary color
Monochromatic Colors of #58446E
Black with #58446E
Text Example
Text Example
White with #58446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58446E; }
p { color: rgb(88,68,110); }
H1.HeaderClassName
{
color: #58446E;
}
.AnyTagClassName
{
color: #58446E;
}
</style>
background-color css
<style>
a { background-color: #58446E; }
a { background-color: rgb(88,68,110); }
div.DivClassName
{
background-color: #58446E;
}
.BgClassName
{
background-color: #58446E;
}
</style>
border-color css
<style>
span { border-color: #58446E; }
span { border-color: rgb(88,68,110); }
td.TdClassName
{
border-color: #58446E;
}
.TagClassName
{
border-color: #58446E;
}
</style>