Shades of Honey Flower #5E416E
Tints of Honey Flower #5E416E
RGB
CMYK
RGB Variations
Color information
#5E416E (or 0x5E416E) is known color: Honey Flower. HEX triplet: 5E, 41 and 6E. RGB value is (94,65,110). Sum of RGB (Red+Green+Blue) = 94+65+110=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E416E is #A1BE91. Grayscale: #4E4E4E. Windows color (decimal): -10600082 or 7225694. OLE color: 7225694.
HSL color Cylindrical-coordinate representation of color #5E416E: hue angle of 278.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E416E is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 65 | 110 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.57 |
| HSL | 278.67º | 0.26% | 0.34% | - |
| HSV(B) | 278.67º | 0.41% | 0.43% | - |
| XYZ | 9.32 | 7.29 | 15.67 | - |
| YUV | 78.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 110 | 0.15 | 0.41 | 0 | 0.57 | 278.67 | 0.26 | 0.34 |
| Hex | 5E | 41 | 6E | F | 29 | 0 | 39 | 117 | 1A | 22 |
| Octal | 136 | 101 | 156 | 17 | 51 | 0 | 71 | 427 | 32 | 42 |
| Binary | 1011110 | 1000001 | 1101110 | 1111 | 101001 | 0 | 111001 | 100010111 | 11010 | 100010 |
Color Harmonies of #5E416E
Complementary color
Monochromatic Colors of #5E416E
Black with #5E416E
Text Example
Text Example
White with #5E416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E416E; }
p { color: rgb(94,65,110); }
H1.HeaderClassName
{
color: #5E416E;
}
.AnyTagClassName
{
color: #5E416E;
}
</style>
background-color css
<style>
a { background-color: #5E416E; }
a { background-color: rgb(94,65,110); }
div.DivClassName
{
background-color: #5E416E;
}
.BgClassName
{
background-color: #5E416E;
}
</style>
border-color css
<style>
span { border-color: #5E416E; }
span { border-color: rgb(94,65,110); }
td.TdClassName
{
border-color: #5E416E;
}
.TagClassName
{
border-color: #5E416E;
}
</style>