Shades of Honey Flower #5E3878
Tints of Honey Flower #5E3878
RGB
CMYK
RGB Variations
Color information
#5E3878 (or 0x5E3878) is known color: Honey Flower. HEX triplet: 5E, 38 and 78. RGB value is (94,56,120). Sum of RGB (Red+Green+Blue) = 94+56+120=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3878 is #A1C787. Grayscale: #4A4A4A. Windows color (decimal): -10602376 or 7878750. OLE color: 7878750.
HSL color Cylindrical-coordinate representation of color #5E3878: hue angle of 275.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E3878 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 56 | 120 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.53 |
| HSL | 275.63º | 0.36% | 0.35% | - |
| HSV(B) | 275.63º | 0.53% | 0.47% | - |
| XYZ | 9.42 | 6.56 | 18.54 | - |
| YUV | 74.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 120 | 0.22 | 0.53 | 0 | 0.53 | 275.63 | 0.36 | 0.35 |
| Hex | 5E | 38 | 78 | 16 | 35 | 0 | 35 | 114 | 24 | 23 |
| Octal | 136 | 70 | 170 | 26 | 65 | 0 | 65 | 424 | 44 | 43 |
| Binary | 1011110 | 111000 | 1111000 | 10110 | 110101 | 0 | 110101 | 100010100 | 100100 | 100011 |
Color Harmonies of #5E3878
Complementary color
Monochromatic Colors of #5E3878
Black with #5E3878
Text Example
Text Example
White with #5E3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3878; }
p { color: rgb(94,56,120); }
H1.HeaderClassName
{
color: #5E3878;
}
.AnyTagClassName
{
color: #5E3878;
}
</style>
background-color css
<style>
a { background-color: #5E3878; }
a { background-color: rgb(94,56,120); }
div.DivClassName
{
background-color: #5E3878;
}
.BgClassName
{
background-color: #5E3878;
}
</style>
border-color css
<style>
span { border-color: #5E3878; }
span { border-color: rgb(94,56,120); }
td.TdClassName
{
border-color: #5E3878;
}
.TagClassName
{
border-color: #5E3878;
}
</style>