Shades of Honey Flower #5E4265
Tints of Honey Flower #5E4265
RGB
CMYK
RGB Variations
Color information
#5E4265 (or 0x5E4265) is known color: Honey Flower. HEX triplet: 5E, 42 and 65. RGB value is (94,66,101). Sum of RGB (Red+Green+Blue) = 94+66+101=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E4265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4265 is #A1BD9A. Grayscale: #4E4E4E. Windows color (decimal): -10599835 or 6636126. OLE color: 6636126.
HSL color Cylindrical-coordinate representation of color #5E4265: hue angle of 288º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E4265 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 66 | 101 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.60 |
| HSL | 288º | 0.21% | 0.33% | - |
| HSV(B) | 288º | 0.35% | 0.4% | - |
| XYZ | 8.91 | 7.22 | 13.23 | - |
| YUV | 78.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 101 | 0.07 | 0.35 | 0 | 0.60 | 288 | 0.21 | 0.33 |
| Hex | 5E | 42 | 65 | 7 | 23 | 0 | 3C | 120 | 15 | 21 |
| Octal | 136 | 102 | 145 | 7 | 43 | 0 | 74 | 440 | 25 | 41 |
| Binary | 1011110 | 1000010 | 1100101 | 111 | 100011 | 0 | 111100 | 100100000 | 10101 | 100001 |
Color Harmonies of #5E4265
Complementary color
Monochromatic Colors of #5E4265
Black with #5E4265
Text Example
Text Example
White with #5E4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4265; }
p { color: rgb(94,66,101); }
H1.HeaderClassName
{
color: #5E4265;
}
.AnyTagClassName
{
color: #5E4265;
}
</style>
background-color css
<style>
a { background-color: #5E4265; }
a { background-color: rgb(94,66,101); }
div.DivClassName
{
background-color: #5E4265;
}
.BgClassName
{
background-color: #5E4265;
}
</style>
border-color css
<style>
span { border-color: #5E4265; }
span { border-color: rgb(94,66,101); }
td.TdClassName
{
border-color: #5E4265;
}
.TagClassName
{
border-color: #5E4265;
}
</style>