Shades of Honey Flower #5E4071
Tints of Honey Flower #5E4071
RGB
CMYK
RGB Variations
Color information
#5E4071 (or 0x5E4071) is known color: Honey Flower. HEX triplet: 5E, 40 and 71. RGB value is (94,64,113). Sum of RGB (Red+Green+Blue) = 94+64+113=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4071 is #A1BF8E. Grayscale: #4E4E4E. Windows color (decimal): -10600335 or 7422046. OLE color: 7422046.
HSL color Cylindrical-coordinate representation of color #5E4071: hue angle of 276.73º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E4071 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 64 | 113 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.56 |
| HSL | 276.73º | 0.28% | 0.35% | - |
| HSV(B) | 276.73º | 0.43% | 0.44% | - |
| XYZ | 9.43 | 7.24 | 16.52 | - |
| YUV | 78.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 113 | 0.17 | 0.43 | 0 | 0.56 | 276.73 | 0.28 | 0.35 |
| Hex | 5E | 40 | 71 | 11 | 2B | 0 | 38 | 115 | 1C | 23 |
| Octal | 136 | 100 | 161 | 21 | 53 | 0 | 70 | 425 | 34 | 43 |
| Binary | 1011110 | 1000000 | 1110001 | 10001 | 101011 | 0 | 111000 | 100010101 | 11100 | 100011 |
Color Harmonies of #5E4071
Complementary color
Monochromatic Colors of #5E4071
Black with #5E4071
Text Example
Text Example
White with #5E4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4071; }
p { color: rgb(94,64,113); }
H1.HeaderClassName
{
color: #5E4071;
}
.AnyTagClassName
{
color: #5E4071;
}
</style>
background-color css
<style>
a { background-color: #5E4071; }
a { background-color: rgb(94,64,113); }
div.DivClassName
{
background-color: #5E4071;
}
.BgClassName
{
background-color: #5E4071;
}
</style>
border-color css
<style>
span { border-color: #5E4071; }
span { border-color: rgb(94,64,113); }
td.TdClassName
{
border-color: #5E4071;
}
.TagClassName
{
border-color: #5E4071;
}
</style>