Shades of Honey Flower #5E4065
Tints of Honey Flower #5E4065
RGB
CMYK
RGB Variations
Color information
#5E4065 (or 0x5E4065) is known color: Honey Flower. HEX triplet: 5E, 40 and 65. RGB value is (94,64,101). Sum of RGB (Red+Green+Blue) = 94+64+101=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4065 is #A1BF9A. Grayscale: #4D4D4D. Windows color (decimal): -10600347 or 6635614. OLE color: 6635614.
HSL color Cylindrical-coordinate representation of color #5E4065: hue angle of 288.65º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E4065 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 64 | 101 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.60 |
| HSL | 288.65º | 0.22% | 0.32% | - |
| HSV(B) | 288.65º | 0.37% | 0.4% | - |
| XYZ | 8.8 | 6.99 | 13.2 | - |
| YUV | 77.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 101 | 0.07 | 0.37 | 0 | 0.60 | 288.65 | 0.22 | 0.32 |
| Hex | 5E | 40 | 65 | 7 | 25 | 0 | 3C | 121 | 16 | 20 |
| Octal | 136 | 100 | 145 | 7 | 45 | 0 | 74 | 441 | 26 | 40 |
| Binary | 1011110 | 1000000 | 1100101 | 111 | 100101 | 0 | 111100 | 100100001 | 10110 | 100000 |
Color Harmonies of #5E4065
Complementary color
Monochromatic Colors of #5E4065
Black with #5E4065
Text Example
Text Example
White with #5E4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4065; }
p { color: rgb(94,64,101); }
H1.HeaderClassName
{
color: #5E4065;
}
.AnyTagClassName
{
color: #5E4065;
}
</style>
background-color css
<style>
a { background-color: #5E4065; }
a { background-color: rgb(94,64,101); }
div.DivClassName
{
background-color: #5E4065;
}
.BgClassName
{
background-color: #5E4065;
}
</style>
border-color css
<style>
span { border-color: #5E4065; }
span { border-color: rgb(94,64,101); }
td.TdClassName
{
border-color: #5E4065;
}
.TagClassName
{
border-color: #5E4065;
}
</style>