Shades of Honey Flower #5E4676
Tints of Honey Flower #5E4676
RGB
CMYK
RGB Variations
Color information
#5E4676 (or 0x5E4676) is known color: Honey Flower. HEX triplet: 5E, 46 and 76. RGB value is (94,70,118). Sum of RGB (Red+Green+Blue) = 94+70+118=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E4676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4676 is #A1B989. Grayscale: #525252. Windows color (decimal): -10598794 or 7751262. OLE color: 7751262.
HSL color Cylindrical-coordinate representation of color #5E4676: hue angle of 270º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E4676 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 70 | 118 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.54 |
| HSL | 270º | 0.26% | 0.37% | - |
| HSV(B) | 270º | 0.41% | 0.46% | - |
| XYZ | 10.08 | 8.07 | 18.17 | - |
| YUV | 82.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 118 | 0.20 | 0.41 | 0 | 0.54 | 270 | 0.26 | 0.37 |
| Hex | 5E | 46 | 76 | 14 | 29 | 0 | 36 | 10E | 1A | 25 |
| Octal | 136 | 106 | 166 | 24 | 51 | 0 | 66 | 416 | 32 | 45 |
| Binary | 1011110 | 1000110 | 1110110 | 10100 | 101001 | 0 | 110110 | 100001110 | 11010 | 100101 |
Color Harmonies of #5E4676
Complementary color
Monochromatic Colors of #5E4676
Black with #5E4676
Text Example
Text Example
White with #5E4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4676; }
p { color: rgb(94,70,118); }
H1.HeaderClassName
{
color: #5E4676;
}
.AnyTagClassName
{
color: #5E4676;
}
</style>
background-color css
<style>
a { background-color: #5E4676; }
a { background-color: rgb(94,70,118); }
div.DivClassName
{
background-color: #5E4676;
}
.BgClassName
{
background-color: #5E4676;
}
</style>
border-color css
<style>
span { border-color: #5E4676; }
span { border-color: rgb(94,70,118); }
td.TdClassName
{
border-color: #5E4676;
}
.TagClassName
{
border-color: #5E4676;
}
</style>