Shades of Honey Flower #5E3B73
Tints of Honey Flower #5E3B73
RGB
CMYK
RGB Variations
Color information
#5E3B73 (or 0x5E3B73) is known color: Honey Flower. HEX triplet: 5E, 3B and 73. RGB value is (94,59,115). Sum of RGB (Red+Green+Blue) = 94+59+115=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3B73 is #A1C48C. Grayscale: #4B4B4B. Windows color (decimal): -10601613 or 7551838. OLE color: 7551838.
HSL color Cylindrical-coordinate representation of color #5E3B73: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3B73 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 59 | 115 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.55 |
| HSL | 277.5º | 0.32% | 0.34% | - |
| HSV(B) | 277.5º | 0.49% | 0.45% | - |
| XYZ | 9.27 | 6.75 | 17.03 | - |
| YUV | 75.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 115 | 0.18 | 0.49 | 0 | 0.55 | 277.5 | 0.32 | 0.34 |
| Hex | 5E | 3B | 73 | 12 | 31 | 0 | 37 | 116 | 20 | 22 |
| Octal | 136 | 73 | 163 | 22 | 61 | 0 | 67 | 426 | 40 | 42 |
| Binary | 1011110 | 111011 | 1110011 | 10010 | 110001 | 0 | 110111 | 100010110 | 100000 | 100010 |
Color Harmonies of #5E3B73
Complementary color
Monochromatic Colors of #5E3B73
Black with #5E3B73
Text Example
Text Example
White with #5E3B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B73; }
p { color: rgb(94,59,115); }
H1.HeaderClassName
{
color: #5E3B73;
}
.AnyTagClassName
{
color: #5E3B73;
}
</style>
background-color css
<style>
a { background-color: #5E3B73; }
a { background-color: rgb(94,59,115); }
div.DivClassName
{
background-color: #5E3B73;
}
.BgClassName
{
background-color: #5E3B73;
}
</style>
border-color css
<style>
span { border-color: #5E3B73; }
span { border-color: rgb(94,59,115); }
td.TdClassName
{
border-color: #5E3B73;
}
.TagClassName
{
border-color: #5E3B73;
}
</style>