Shades of Honey Flower #5E386D
Tints of Honey Flower #5E386D
RGB
CMYK
RGB Variations
Color information
#5E386D (or 0x5E386D) is known color: Honey Flower. HEX triplet: 5E, 38 and 6D. RGB value is (94,56,109). Sum of RGB (Red+Green+Blue) = 94+56+109=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E386D is #A1C792. Grayscale: #494949. Windows color (decimal): -10602387 or 7157854. OLE color: 7157854.
HSL color Cylindrical-coordinate representation of color #5E386D: hue angle of 283.02º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E386D is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 56 | 109 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.57 |
| HSL | 283.02º | 0.32% | 0.32% | - |
| HSV(B) | 283.02º | 0.49% | 0.43% | - |
| XYZ | 8.79 | 6.31 | 15.22 | - |
| YUV | 73.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 109 | 0.14 | 0.49 | 0 | 0.57 | 283.02 | 0.32 | 0.32 |
| Hex | 5E | 38 | 6D | E | 31 | 0 | 39 | 11B | 20 | 20 |
| Octal | 136 | 70 | 155 | 16 | 61 | 0 | 71 | 433 | 40 | 40 |
| Binary | 1011110 | 111000 | 1101101 | 1110 | 110001 | 0 | 111001 | 100011011 | 100000 | 100000 |
Color Harmonies of #5E386D
Complementary color
Monochromatic Colors of #5E386D
Black with #5E386D
Text Example
Text Example
White with #5E386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E386D; }
p { color: rgb(94,56,109); }
H1.HeaderClassName
{
color: #5E386D;
}
.AnyTagClassName
{
color: #5E386D;
}
</style>
background-color css
<style>
a { background-color: #5E386D; }
a { background-color: rgb(94,56,109); }
div.DivClassName
{
background-color: #5E386D;
}
.BgClassName
{
background-color: #5E386D;
}
</style>
border-color css
<style>
span { border-color: #5E386D; }
span { border-color: rgb(94,56,109); }
td.TdClassName
{
border-color: #5E386D;
}
.TagClassName
{
border-color: #5E386D;
}
</style>