Shades of Honey Flower #5E3E71
Tints of Honey Flower #5E3E71
RGB
CMYK
RGB Variations
Color information
#5E3E71 (or 0x5E3E71) is known color: Honey Flower. HEX triplet: 5E, 3E and 71. RGB value is (94,62,113). Sum of RGB (Red+Green+Blue) = 94+62+113=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E3E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3E71 is #A1C18E. Grayscale: #4D4D4D. Windows color (decimal): -10600847 or 7421534. OLE color: 7421534.
HSL color Cylindrical-coordinate representation of color #5E3E71: hue angle of 277.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3E71 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 62 | 113 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.56 |
| HSL | 277.65º | 0.29% | 0.34% | - |
| HSV(B) | 277.65º | 0.45% | 0.44% | - |
| XYZ | 9.32 | 7.02 | 16.49 | - |
| YUV | 77.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 113 | 0.17 | 0.45 | 0 | 0.56 | 277.65 | 0.29 | 0.34 |
| Hex | 5E | 3E | 71 | 11 | 2D | 0 | 38 | 116 | 1D | 22 |
| Octal | 136 | 76 | 161 | 21 | 55 | 0 | 70 | 426 | 35 | 42 |
| Binary | 1011110 | 111110 | 1110001 | 10001 | 101101 | 0 | 111000 | 100010110 | 11101 | 100010 |
Color Harmonies of #5E3E71
Complementary color
Monochromatic Colors of #5E3E71
Black with #5E3E71
Text Example
Text Example
White with #5E3E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3E71; }
p { color: rgb(94,62,113); }
H1.HeaderClassName
{
color: #5E3E71;
}
.AnyTagClassName
{
color: #5E3E71;
}
</style>
background-color css
<style>
a { background-color: #5E3E71; }
a { background-color: rgb(94,62,113); }
div.DivClassName
{
background-color: #5E3E71;
}
.BgClassName
{
background-color: #5E3E71;
}
</style>
border-color css
<style>
span { border-color: #5E3E71; }
span { border-color: rgb(94,62,113); }
td.TdClassName
{
border-color: #5E3E71;
}
.TagClassName
{
border-color: #5E3E71;
}
</style>