Shades of Honey Flower #5E3277
Tints of Honey Flower #5E3277
RGB
CMYK
RGB Variations
Color information
#5E3277 (or 0x5E3277) is known color: Honey Flower. HEX triplet: 5E, 32 and 77. RGB value is (94,50,119). Sum of RGB (Red+Green+Blue) = 94+50+119=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3277 is #A1CD88. Grayscale: #464646. Windows color (decimal): -10603913 or 7811678. OLE color: 7811678.
HSL color Cylindrical-coordinate representation of color #5E3277: hue angle of 278.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E3277 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 50 | 119 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.53 |
| HSL | 278.26º | 0.41% | 0.33% | - |
| HSV(B) | 278.26º | 0.58% | 0.47% | - |
| XYZ | 9.09 | 5.99 | 18.13 | - |
| YUV | 71.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 119 | 0.21 | 0.58 | 0 | 0.53 | 278.26 | 0.41 | 0.33 |
| Hex | 5E | 32 | 77 | 15 | 3A | 0 | 35 | 116 | 29 | 21 |
| Octal | 136 | 62 | 167 | 25 | 72 | 0 | 65 | 426 | 51 | 41 |
| Binary | 1011110 | 110010 | 1110111 | 10101 | 111010 | 0 | 110101 | 100010110 | 101001 | 100001 |
Color Harmonies of #5E3277
Complementary color
Monochromatic Colors of #5E3277
Black with #5E3277
Text Example
Text Example
White with #5E3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3277; }
p { color: rgb(94,50,119); }
H1.HeaderClassName
{
color: #5E3277;
}
.AnyTagClassName
{
color: #5E3277;
}
</style>
background-color css
<style>
a { background-color: #5E3277; }
a { background-color: rgb(94,50,119); }
div.DivClassName
{
background-color: #5E3277;
}
.BgClassName
{
background-color: #5E3277;
}
</style>
border-color css
<style>
span { border-color: #5E3277; }
span { border-color: rgb(94,50,119); }
td.TdClassName
{
border-color: #5E3277;
}
.TagClassName
{
border-color: #5E3277;
}
</style>