Shades of Honey Flower #5E3D66
Tints of Honey Flower #5E3D66
RGB
CMYK
RGB Variations
Color information
#5E3D66 (or 0x5E3D66) is known color: Honey Flower. HEX triplet: 5E, 3D and 66. RGB value is (94,61,102). Sum of RGB (Red+Green+Blue) = 94+61+102=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E3D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3D66 is #A1C299. Grayscale: #4B4B4B. Windows color (decimal): -10601114 or 6700382. OLE color: 6700382.
HSL color Cylindrical-coordinate representation of color #5E3D66: hue angle of 288.29º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3D66 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 61 | 102 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.6 |
| HSL | 288.29º | 0.25% | 0.32% | - |
| HSV(B) | 288.29º | 0.4% | 0.4% | - |
| XYZ | 8.68 | 6.68 | 13.4 | - |
| YUV | 75.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 102 | 0.08 | 0.40 | 0 | 0.6 | 288.29 | 0.25 | 0.32 |
| Hex | 5E | 3D | 66 | 8 | 28 | 0 | 3C | 120 | 19 | 20 |
| Octal | 136 | 75 | 146 | 10 | 50 | 0 | 74 | 440 | 31 | 40 |
| Binary | 1011110 | 111101 | 1100110 | 1000 | 101000 | 0 | 111100 | 100100000 | 11001 | 100000 |
Color Harmonies of #5E3D66
Complementary color
Monochromatic Colors of #5E3D66
Black with #5E3D66
Text Example
Text Example
White with #5E3D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3D66; }
p { color: rgb(94,61,102); }
H1.HeaderClassName
{
color: #5E3D66;
}
.AnyTagClassName
{
color: #5E3D66;
}
</style>
background-color css
<style>
a { background-color: #5E3D66; }
a { background-color: rgb(94,61,102); }
div.DivClassName
{
background-color: #5E3D66;
}
.BgClassName
{
background-color: #5E3D66;
}
</style>
border-color css
<style>
span { border-color: #5E3D66; }
span { border-color: rgb(94,61,102); }
td.TdClassName
{
border-color: #5E3D66;
}
.TagClassName
{
border-color: #5E3D66;
}
</style>