Shades of Honey Flower #5E3374
Tints of Honey Flower #5E3374
RGB
CMYK
RGB Variations
Color information
#5E3374 (or 0x5E3374) is known color: Honey Flower. HEX triplet: 5E, 33 and 74. RGB value is (94,51,116). Sum of RGB (Red+Green+Blue) = 94+51+116=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E3374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3374 is #A1CC8B. Grayscale: #474747. Windows color (decimal): -10603660 or 7615326. OLE color: 7615326.
HSL color Cylindrical-coordinate representation of color #5E3374: hue angle of 279.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3374 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 51 | 116 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.55 |
| HSL | 279.69º | 0.39% | 0.33% | - |
| HSV(B) | 279.69º | 0.56% | 0.45% | - |
| XYZ | 8.95 | 6.01 | 17.21 | - |
| YUV | 71.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 116 | 0.19 | 0.56 | 0 | 0.55 | 279.69 | 0.39 | 0.33 |
| Hex | 5E | 33 | 74 | 13 | 38 | 0 | 37 | 118 | 27 | 21 |
| Octal | 136 | 63 | 164 | 23 | 70 | 0 | 67 | 430 | 47 | 41 |
| Binary | 1011110 | 110011 | 1110100 | 10011 | 111000 | 0 | 110111 | 100011000 | 100111 | 100001 |
Color Harmonies of #5E3374
Complementary color
Monochromatic Colors of #5E3374
Black with #5E3374
Text Example
Text Example
White with #5E3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3374; }
p { color: rgb(94,51,116); }
H1.HeaderClassName
{
color: #5E3374;
}
.AnyTagClassName
{
color: #5E3374;
}
</style>
background-color css
<style>
a { background-color: #5E3374; }
a { background-color: rgb(94,51,116); }
div.DivClassName
{
background-color: #5E3374;
}
.BgClassName
{
background-color: #5E3374;
}
</style>
border-color css
<style>
span { border-color: #5E3374; }
span { border-color: rgb(94,51,116); }
td.TdClassName
{
border-color: #5E3374;
}
.TagClassName
{
border-color: #5E3374;
}
</style>