Shades of Honey Flower #5E3E66
Tints of Honey Flower #5E3E66
RGB
CMYK
RGB Variations
Color information
#5E3E66 (or 0x5E3E66) is known color: Honey Flower. HEX triplet: 5E, 3E and 66. RGB value is (94,62,102). Sum of RGB (Red+Green+Blue) = 94+62+102=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3E66 is #A1C199. Grayscale: #4C4C4C. Windows color (decimal): -10600858 or 6700638. OLE color: 6700638.
HSL color Cylindrical-coordinate representation of color #5E3E66: hue angle of 288º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E3E66 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 62 | 102 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.6 |
| HSL | 288º | 0.24% | 0.32% | - |
| HSV(B) | 288º | 0.39% | 0.4% | - |
| XYZ | 8.74 | 6.78 | 13.42 | - |
| YUV | 76.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 102 | 0.08 | 0.39 | 0 | 0.6 | 288 | 0.24 | 0.32 |
| Hex | 5E | 3E | 66 | 8 | 27 | 0 | 3C | 120 | 18 | 20 |
| Octal | 136 | 76 | 146 | 10 | 47 | 0 | 74 | 440 | 30 | 40 |
| Binary | 1011110 | 111110 | 1100110 | 1000 | 100111 | 0 | 111100 | 100100000 | 11000 | 100000 |
Color Harmonies of #5E3E66
Complementary color
Monochromatic Colors of #5E3E66
Black with #5E3E66
Text Example
Text Example
White with #5E3E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3E66; }
p { color: rgb(94,62,102); }
H1.HeaderClassName
{
color: #5E3E66;
}
.AnyTagClassName
{
color: #5E3E66;
}
</style>
background-color css
<style>
a { background-color: #5E3E66; }
a { background-color: rgb(94,62,102); }
div.DivClassName
{
background-color: #5E3E66;
}
.BgClassName
{
background-color: #5E3E66;
}
</style>
border-color css
<style>
span { border-color: #5E3E66; }
span { border-color: rgb(94,62,102); }
td.TdClassName
{
border-color: #5E3E66;
}
.TagClassName
{
border-color: #5E3E66;
}
</style>