Shades of Honey Flower #5E3978
Tints of Honey Flower #5E3978
RGB
CMYK
RGB Variations
Color information
#5E3978 (or 0x5E3978) is known color: Honey Flower. HEX triplet: 5E, 39 and 78. RGB value is (94,57,120). Sum of RGB (Red+Green+Blue) = 94+57+120=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E3978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3978 is #A1C687. Grayscale: #4B4B4B. Windows color (decimal): -10602120 or 7879006. OLE color: 7879006.
HSL color Cylindrical-coordinate representation of color #5E3978: hue angle of 275.24º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E3978 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 57 | 120 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.53 |
| HSL | 275.24º | 0.36% | 0.35% | - |
| HSV(B) | 275.24º | 0.53% | 0.47% | - |
| XYZ | 9.47 | 6.66 | 18.56 | - |
| YUV | 75.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 120 | 0.22 | 0.52 | 0 | 0.53 | 275.24 | 0.36 | 0.35 |
| Hex | 5E | 39 | 78 | 16 | 34 | 0 | 35 | 113 | 24 | 23 |
| Octal | 136 | 71 | 170 | 26 | 64 | 0 | 65 | 423 | 44 | 43 |
| Binary | 1011110 | 111001 | 1111000 | 10110 | 110100 | 0 | 110101 | 100010011 | 100100 | 100011 |
Color Harmonies of #5E3978
Complementary color
Monochromatic Colors of #5E3978
Black with #5E3978
Text Example
Text Example
White with #5E3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3978; }
p { color: rgb(94,57,120); }
H1.HeaderClassName
{
color: #5E3978;
}
.AnyTagClassName
{
color: #5E3978;
}
</style>
background-color css
<style>
a { background-color: #5E3978; }
a { background-color: rgb(94,57,120); }
div.DivClassName
{
background-color: #5E3978;
}
.BgClassName
{
background-color: #5E3978;
}
</style>
border-color css
<style>
span { border-color: #5E3978; }
span { border-color: rgb(94,57,120); }
td.TdClassName
{
border-color: #5E3978;
}
.TagClassName
{
border-color: #5E3978;
}
</style>