Shades of Honey Flower #5E2477
Tints of Honey Flower #5E2477
RGB
CMYK
RGB Variations
Color information
#5E2477 (or 0x5E2477) is known color: Honey Flower. HEX triplet: 5E, 24 and 77. RGB value is (94,36,119). Sum of RGB (Red+Green+Blue) = 94+36+119=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2477 is #A1DB88. Grayscale: #3E3E3E. Windows color (decimal): -10607497 or 7808094. OLE color: 7808094.
HSL color Cylindrical-coordinate representation of color #5E2477: hue angle of 281.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E2477 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 36 | 119 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.53 |
| HSL | 281.93º | 0.54% | 0.3% | - |
| HSV(B) | 281.93º | 0.7% | 0.47% | - |
| XYZ | 8.58 | 4.97 | 17.96 | - |
| YUV | 62.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 119 | 0.21 | 0.70 | 0 | 0.53 | 281.93 | 0.54 | 0.3 |
| Hex | 5E | 24 | 77 | 15 | 46 | 0 | 35 | 11A | 36 | 1E |
| Octal | 136 | 44 | 167 | 25 | 106 | 0 | 65 | 432 | 66 | 36 |
| Binary | 1011110 | 100100 | 1110111 | 10101 | 1000110 | 0 | 110101 | 100011010 | 110110 | 11110 |
Color Harmonies of #5E2477
Complementary color
Monochromatic Colors of #5E2477
Black with #5E2477
Text Example
Text Example
White with #5E2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2477; }
p { color: rgb(94,36,119); }
H1.HeaderClassName
{
color: #5E2477;
}
.AnyTagClassName
{
color: #5E2477;
}
</style>
background-color css
<style>
a { background-color: #5E2477; }
a { background-color: rgb(94,36,119); }
div.DivClassName
{
background-color: #5E2477;
}
.BgClassName
{
background-color: #5E2477;
}
</style>
border-color css
<style>
span { border-color: #5E2477; }
span { border-color: rgb(94,36,119); }
td.TdClassName
{
border-color: #5E2477;
}
.TagClassName
{
border-color: #5E2477;
}
</style>