Shades of Honey Flower #5E366D
Tints of Honey Flower #5E366D
RGB
CMYK
RGB Variations
Color information
#5E366D (or 0x5E366D) is known color: Honey Flower. HEX triplet: 5E, 36 and 6D. RGB value is (94,54,109). Sum of RGB (Red+Green+Blue) = 94+54+109=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E366D is #A1C992. Grayscale: #484848. Windows color (decimal): -10602899 or 7157342. OLE color: 7157342.
HSL color Cylindrical-coordinate representation of color #5E366D: hue angle of 283.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E366D is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 54 | 109 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.57 |
| HSL | 283.64º | 0.34% | 0.32% | - |
| HSV(B) | 283.64º | 0.5% | 0.43% | - |
| XYZ | 8.7 | 6.12 | 15.19 | - |
| YUV | 72.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 109 | 0.14 | 0.50 | 0 | 0.57 | 283.64 | 0.34 | 0.32 |
| Hex | 5E | 36 | 6D | E | 32 | 0 | 39 | 11C | 22 | 20 |
| Octal | 136 | 66 | 155 | 16 | 62 | 0 | 71 | 434 | 42 | 40 |
| Binary | 1011110 | 110110 | 1101101 | 1110 | 110010 | 0 | 111001 | 100011100 | 100010 | 100000 |
Color Harmonies of #5E366D
Complementary color
Monochromatic Colors of #5E366D
Black with #5E366D
Text Example
Text Example
White with #5E366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E366D; }
p { color: rgb(94,54,109); }
H1.HeaderClassName
{
color: #5E366D;
}
.AnyTagClassName
{
color: #5E366D;
}
</style>
background-color css
<style>
a { background-color: #5E366D; }
a { background-color: rgb(94,54,109); }
div.DivClassName
{
background-color: #5E366D;
}
.BgClassName
{
background-color: #5E366D;
}
</style>
border-color css
<style>
span { border-color: #5E366D; }
span { border-color: rgb(94,54,109); }
td.TdClassName
{
border-color: #5E366D;
}
.TagClassName
{
border-color: #5E366D;
}
</style>