Shades of Honey Flower #5E3579
Tints of Honey Flower #5E3579
RGB
CMYK
RGB Variations
Color information
#5E3579 (or 0x5E3579) is known color: Honey Flower. HEX triplet: 5E, 35 and 79. RGB value is (94,53,121). Sum of RGB (Red+Green+Blue) = 94+53+121=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E3579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3579 is #A1CA86. Grayscale: #484848. Windows color (decimal): -10603143 or 7943518. OLE color: 7943518.
HSL color Cylindrical-coordinate representation of color #5E3579: hue angle of 276.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3579 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 53 | 121 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.53 |
| HSL | 276.18º | 0.39% | 0.34% | - |
| HSV(B) | 276.18º | 0.56% | 0.47% | - |
| XYZ | 9.34 | 6.31 | 18.81 | - |
| YUV | 73.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 121 | 0.22 | 0.56 | 0 | 0.53 | 276.18 | 0.39 | 0.34 |
| Hex | 5E | 35 | 79 | 16 | 38 | 0 | 35 | 114 | 27 | 22 |
| Octal | 136 | 65 | 171 | 26 | 70 | 0 | 65 | 424 | 47 | 42 |
| Binary | 1011110 | 110101 | 1111001 | 10110 | 111000 | 0 | 110101 | 100010100 | 100111 | 100010 |
Color Harmonies of #5E3579
Complementary color
Monochromatic Colors of #5E3579
Black with #5E3579
Text Example
Text Example
White with #5E3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3579; }
p { color: rgb(94,53,121); }
H1.HeaderClassName
{
color: #5E3579;
}
.AnyTagClassName
{
color: #5E3579;
}
</style>
background-color css
<style>
a { background-color: #5E3579; }
a { background-color: rgb(94,53,121); }
div.DivClassName
{
background-color: #5E3579;
}
.BgClassName
{
background-color: #5E3579;
}
</style>
border-color css
<style>
span { border-color: #5E3579; }
span { border-color: rgb(94,53,121); }
td.TdClassName
{
border-color: #5E3579;
}
.TagClassName
{
border-color: #5E3579;
}
</style>