Shades of Honey Flower #5E3176
Tints of Honey Flower #5E3176
RGB
CMYK
RGB Variations
Color information
#5E3176 (or 0x5E3176) is known color: Honey Flower. HEX triplet: 5E, 31 and 76. RGB value is (94,49,118). Sum of RGB (Red+Green+Blue) = 94+49+118=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3176 is #A1CE89. Grayscale: #464646. Windows color (decimal): -10604170 or 7745886. OLE color: 7745886.
HSL color Cylindrical-coordinate representation of color #5E3176: hue angle of 279.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3176 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 49 | 118 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.54 |
| HSL | 279.13º | 0.41% | 0.33% | - |
| HSV(B) | 279.13º | 0.58% | 0.46% | - |
| XYZ | 8.98 | 5.88 | 17.8 | - |
| YUV | 70.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 118 | 0.20 | 0.58 | 0 | 0.54 | 279.13 | 0.41 | 0.33 |
| Hex | 5E | 31 | 76 | 14 | 3A | 0 | 36 | 117 | 29 | 21 |
| Octal | 136 | 61 | 166 | 24 | 72 | 0 | 66 | 427 | 51 | 41 |
| Binary | 1011110 | 110001 | 1110110 | 10100 | 111010 | 0 | 110110 | 100010111 | 101001 | 100001 |
Color Harmonies of #5E3176
Complementary color
Monochromatic Colors of #5E3176
Black with #5E3176
Text Example
Text Example
White with #5E3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3176; }
p { color: rgb(94,49,118); }
H1.HeaderClassName
{
color: #5E3176;
}
.AnyTagClassName
{
color: #5E3176;
}
</style>
background-color css
<style>
a { background-color: #5E3176; }
a { background-color: rgb(94,49,118); }
div.DivClassName
{
background-color: #5E3176;
}
.BgClassName
{
background-color: #5E3176;
}
</style>
border-color css
<style>
span { border-color: #5E3176; }
span { border-color: rgb(94,49,118); }
td.TdClassName
{
border-color: #5E3176;
}
.TagClassName
{
border-color: #5E3176;
}
</style>