Shades of Honey Flower #5E396D
Tints of Honey Flower #5E396D
RGB
CMYK
RGB Variations
Color information
#5E396D (or 0x5E396D) is known color: Honey Flower. HEX triplet: 5E, 39 and 6D. RGB value is (94,57,109). Sum of RGB (Red+Green+Blue) = 94+57+109=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E396D is #A1C692. Grayscale: #494949. Windows color (decimal): -10602131 or 7158110. OLE color: 7158110.
HSL color Cylindrical-coordinate representation of color #5E396D: hue angle of 282.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E396D is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 57 | 109 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.57 |
| HSL | 282.69º | 0.31% | 0.33% | - |
| HSV(B) | 282.69º | 0.48% | 0.43% | - |
| XYZ | 8.84 | 6.41 | 15.24 | - |
| YUV | 73.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 109 | 0.14 | 0.48 | 0 | 0.57 | 282.69 | 0.31 | 0.33 |
| Hex | 5E | 39 | 6D | E | 30 | 0 | 39 | 11B | 1F | 21 |
| Octal | 136 | 71 | 155 | 16 | 60 | 0 | 71 | 433 | 37 | 41 |
| Binary | 1011110 | 111001 | 1101101 | 1110 | 110000 | 0 | 111001 | 100011011 | 11111 | 100001 |
Color Harmonies of #5E396D
Complementary color
Monochromatic Colors of #5E396D
Black with #5E396D
Text Example
Text Example
White with #5E396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E396D; }
p { color: rgb(94,57,109); }
H1.HeaderClassName
{
color: #5E396D;
}
.AnyTagClassName
{
color: #5E396D;
}
</style>
background-color css
<style>
a { background-color: #5E396D; }
a { background-color: rgb(94,57,109); }
div.DivClassName
{
background-color: #5E396D;
}
.BgClassName
{
background-color: #5E396D;
}
</style>
border-color css
<style>
span { border-color: #5E396D; }
span { border-color: rgb(94,57,109); }
td.TdClassName
{
border-color: #5E396D;
}
.TagClassName
{
border-color: #5E396D;
}
</style>