Shades of Honey Flower #5E2E75
Tints of Honey Flower #5E2E75
RGB
CMYK
RGB Variations
Color information
#5E2E75 (or 0x5E2E75) is known color: Honey Flower. HEX triplet: 5E, 2E and 75. RGB value is (94,46,117). Sum of RGB (Red+Green+Blue) = 94+46+117=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E2E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2E75 is #A1D18A. Grayscale: #444444. Windows color (decimal): -10604939 or 7679582. OLE color: 7679582.
HSL color Cylindrical-coordinate representation of color #5E2E75: hue angle of 280.56º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E2E75 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 46 | 117 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.54 |
| HSL | 280.56º | 0.44% | 0.32% | - |
| HSV(B) | 280.56º | 0.61% | 0.46% | - |
| XYZ | 8.8 | 5.62 | 17.45 | - |
| YUV | 68.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 117 | 0.20 | 0.61 | 0 | 0.54 | 280.56 | 0.44 | 0.32 |
| Hex | 5E | 2E | 75 | 14 | 3D | 0 | 36 | 119 | 2C | 20 |
| Octal | 136 | 56 | 165 | 24 | 75 | 0 | 66 | 431 | 54 | 40 |
| Binary | 1011110 | 101110 | 1110101 | 10100 | 111101 | 0 | 110110 | 100011001 | 101100 | 100000 |
Color Harmonies of #5E2E75
Complementary color
Monochromatic Colors of #5E2E75
Black with #5E2E75
Text Example
Text Example
White with #5E2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2E75; }
p { color: rgb(94,46,117); }
H1.HeaderClassName
{
color: #5E2E75;
}
.AnyTagClassName
{
color: #5E2E75;
}
</style>
background-color css
<style>
a { background-color: #5E2E75; }
a { background-color: rgb(94,46,117); }
div.DivClassName
{
background-color: #5E2E75;
}
.BgClassName
{
background-color: #5E2E75;
}
</style>
border-color css
<style>
span { border-color: #5E2E75; }
span { border-color: rgb(94,46,117); }
td.TdClassName
{
border-color: #5E2E75;
}
.TagClassName
{
border-color: #5E2E75;
}
</style>