Shades of Honey Flower #5E4770
Tints of Honey Flower #5E4770
RGB
CMYK
RGB Variations
Color information
#5E4770 (or 0x5E4770) is known color: Honey Flower. HEX triplet: 5E, 47 and 70. RGB value is (94,71,112). Sum of RGB (Red+Green+Blue) = 94+71+112=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4770 is #A1B88F. Grayscale: #525252. Windows color (decimal): -10598544 or 7358302. OLE color: 7358302.
HSL color Cylindrical-coordinate representation of color #5E4770: hue angle of 273.66º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E4770 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 71 | 112 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.56 |
| HSL | 273.66º | 0.22% | 0.36% | - |
| HSV(B) | 273.66º | 0.37% | 0.44% | - |
| XYZ | 9.79 | 8.06 | 16.37 | - |
| YUV | 82.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 112 | 0.16 | 0.37 | 0 | 0.56 | 273.66 | 0.22 | 0.36 |
| Hex | 5E | 47 | 70 | 10 | 25 | 0 | 38 | 112 | 16 | 24 |
| Octal | 136 | 107 | 160 | 20 | 45 | 0 | 70 | 422 | 26 | 44 |
| Binary | 1011110 | 1000111 | 1110000 | 10000 | 100101 | 0 | 111000 | 100010010 | 10110 | 100100 |
Color Harmonies of #5E4770
Complementary color
Monochromatic Colors of #5E4770
Black with #5E4770
Text Example
Text Example
White with #5E4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4770; }
p { color: rgb(94,71,112); }
H1.HeaderClassName
{
color: #5E4770;
}
.AnyTagClassName
{
color: #5E4770;
}
</style>
background-color css
<style>
a { background-color: #5E4770; }
a { background-color: rgb(94,71,112); }
div.DivClassName
{
background-color: #5E4770;
}
.BgClassName
{
background-color: #5E4770;
}
</style>
border-color css
<style>
span { border-color: #5E4770; }
span { border-color: rgb(94,71,112); }
td.TdClassName
{
border-color: #5E4770;
}
.TagClassName
{
border-color: #5E4770;
}
</style>