Shades of Honey Flower #5E3672
Tints of Honey Flower #5E3672
RGB
CMYK
RGB Variations
Color information
#5E3672 (or 0x5E3672) is known color: Honey Flower. HEX triplet: 5E, 36 and 72. RGB value is (94,54,114). Sum of RGB (Red+Green+Blue) = 94+54+114=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3672 is #A1C98D. Grayscale: #484848. Windows color (decimal): -10602894 or 7485022. OLE color: 7485022.
HSL color Cylindrical-coordinate representation of color #5E3672: hue angle of 280º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E3672 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 54 | 114 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.55 |
| HSL | 280º | 0.36% | 0.33% | - |
| HSV(B) | 280º | 0.53% | 0.45% | - |
| XYZ | 8.97 | 6.23 | 16.65 | - |
| YUV | 72.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 114 | 0.18 | 0.53 | 0 | 0.55 | 280 | 0.36 | 0.33 |
| Hex | 5E | 36 | 72 | 12 | 35 | 0 | 37 | 118 | 24 | 21 |
| Octal | 136 | 66 | 162 | 22 | 65 | 0 | 67 | 430 | 44 | 41 |
| Binary | 1011110 | 110110 | 1110010 | 10010 | 110101 | 0 | 110111 | 100011000 | 100100 | 100001 |
Color Harmonies of #5E3672
Complementary color
Monochromatic Colors of #5E3672
Black with #5E3672
Text Example
Text Example
White with #5E3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3672; }
p { color: rgb(94,54,114); }
H1.HeaderClassName
{
color: #5E3672;
}
.AnyTagClassName
{
color: #5E3672;
}
</style>
background-color css
<style>
a { background-color: #5E3672; }
a { background-color: rgb(94,54,114); }
div.DivClassName
{
background-color: #5E3672;
}
.BgClassName
{
background-color: #5E3672;
}
</style>
border-color css
<style>
span { border-color: #5E3672; }
span { border-color: rgb(94,54,114); }
td.TdClassName
{
border-color: #5E3672;
}
.TagClassName
{
border-color: #5E3672;
}
</style>