Shades of Honey Flower #5E3173
Tints of Honey Flower #5E3173
RGB
CMYK
RGB Variations
Color information
#5E3173 (or 0x5E3173) is known color: Honey Flower. HEX triplet: 5E, 31 and 73. RGB value is (94,49,115). Sum of RGB (Red+Green+Blue) = 94+49+115=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3173 is #A1CE8C. Grayscale: #454545. Windows color (decimal): -10604173 or 7549278. OLE color: 7549278.
HSL color Cylindrical-coordinate representation of color #5E3173: hue angle of 280.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E3173 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 49 | 115 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.55 |
| HSL | 280.91º | 0.4% | 0.32% | - |
| HSV(B) | 280.91º | 0.57% | 0.45% | - |
| XYZ | 8.81 | 5.81 | 16.88 | - |
| YUV | 69.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 115 | 0.18 | 0.57 | 0 | 0.55 | 280.91 | 0.4 | 0.32 |
| Hex | 5E | 31 | 73 | 12 | 39 | 0 | 37 | 119 | 28 | 20 |
| Octal | 136 | 61 | 163 | 22 | 71 | 0 | 67 | 431 | 50 | 40 |
| Binary | 1011110 | 110001 | 1110011 | 10010 | 111001 | 0 | 110111 | 100011001 | 101000 | 100000 |
Color Harmonies of #5E3173
Complementary color
Monochromatic Colors of #5E3173
Black with #5E3173
Text Example
Text Example
White with #5E3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3173; }
p { color: rgb(94,49,115); }
H1.HeaderClassName
{
color: #5E3173;
}
.AnyTagClassName
{
color: #5E3173;
}
</style>
background-color css
<style>
a { background-color: #5E3173; }
a { background-color: rgb(94,49,115); }
div.DivClassName
{
background-color: #5E3173;
}
.BgClassName
{
background-color: #5E3173;
}
</style>
border-color css
<style>
span { border-color: #5E3173; }
span { border-color: rgb(94,49,115); }
td.TdClassName
{
border-color: #5E3173;
}
.TagClassName
{
border-color: #5E3173;
}
</style>