Shades of Honey Flower #5E496F
Tints of Honey Flower #5E496F
RGB
CMYK
RGB Variations
Color information
#5E496F (or 0x5E496F) is known color: Honey Flower. HEX triplet: 5E, 49 and 6F. RGB value is (94,73,111). Sum of RGB (Red+Green+Blue) = 94+73+111=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E496F is #A1B690. Grayscale: #535353. Windows color (decimal): -10598033 or 7293278. OLE color: 7293278.
HSL color Cylindrical-coordinate representation of color #5E496F: hue angle of 273.16º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E496F is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 73 | 111 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.56 |
| HSL | 273.16º | 0.21% | 0.36% | - |
| HSV(B) | 273.16º | 0.34% | 0.44% | - |
| XYZ | 9.87 | 8.29 | 16.12 | - |
| YUV | 83.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 111 | 0.15 | 0.34 | 0 | 0.56 | 273.16 | 0.21 | 0.36 |
| Hex | 5E | 49 | 6F | F | 22 | 0 | 38 | 111 | 15 | 24 |
| Octal | 136 | 111 | 157 | 17 | 42 | 0 | 70 | 421 | 25 | 44 |
| Binary | 1011110 | 1001001 | 1101111 | 1111 | 100010 | 0 | 111000 | 100010001 | 10101 | 100100 |
Color Harmonies of #5E496F
Complementary color
Monochromatic Colors of #5E496F
Black with #5E496F
Text Example
Text Example
White with #5E496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E496F; }
p { color: rgb(94,73,111); }
H1.HeaderClassName
{
color: #5E496F;
}
.AnyTagClassName
{
color: #5E496F;
}
</style>
background-color css
<style>
a { background-color: #5E496F; }
a { background-color: rgb(94,73,111); }
div.DivClassName
{
background-color: #5E496F;
}
.BgClassName
{
background-color: #5E496F;
}
</style>
border-color css
<style>
span { border-color: #5E496F; }
span { border-color: rgb(94,73,111); }
td.TdClassName
{
border-color: #5E496F;
}
.TagClassName
{
border-color: #5E496F;
}
</style>