Shades of Honey Flower #5E3B65
Tints of Honey Flower #5E3B65
RGB
CMYK
RGB Variations
Color information
#5E3B65 (or 0x5E3B65) is known color: Honey Flower. HEX triplet: 5E, 3B and 65. RGB value is (94,59,101). Sum of RGB (Red+Green+Blue) = 94+59+101=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E3B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3B65 is #A1C49A. Grayscale: #4A4A4A. Windows color (decimal): -10601627 or 6634334. OLE color: 6634334.
HSL color Cylindrical-coordinate representation of color #5E3B65: hue angle of 290º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E3B65 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 59 | 101 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.60 |
| HSL | 290º | 0.26% | 0.31% | - |
| HSV(B) | 290º | 0.42% | 0.4% | - |
| XYZ | 8.53 | 6.45 | 13.11 | - |
| YUV | 74.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 101 | 0.07 | 0.42 | 0 | 0.60 | 290 | 0.26 | 0.31 |
| Hex | 5E | 3B | 65 | 7 | 2A | 0 | 3C | 122 | 1A | 1F |
| Octal | 136 | 73 | 145 | 7 | 52 | 0 | 74 | 442 | 32 | 37 |
| Binary | 1011110 | 111011 | 1100101 | 111 | 101010 | 0 | 111100 | 100100010 | 11010 | 11111 |
Color Harmonies of #5E3B65
Complementary color
Monochromatic Colors of #5E3B65
Black with #5E3B65
Text Example
Text Example
White with #5E3B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B65; }
p { color: rgb(94,59,101); }
H1.HeaderClassName
{
color: #5E3B65;
}
.AnyTagClassName
{
color: #5E3B65;
}
</style>
background-color css
<style>
a { background-color: #5E3B65; }
a { background-color: rgb(94,59,101); }
div.DivClassName
{
background-color: #5E3B65;
}
.BgClassName
{
background-color: #5E3B65;
}
</style>
border-color css
<style>
span { border-color: #5E3B65; }
span { border-color: rgb(94,59,101); }
td.TdClassName
{
border-color: #5E3B65;
}
.TagClassName
{
border-color: #5E3B65;
}
</style>