Shades of Honey Flower #5E4475
Tints of Honey Flower #5E4475
RGB
CMYK
RGB Variations
Color information
#5E4475 (or 0x5E4475) is known color: Honey Flower. HEX triplet: 5E, 44 and 75. RGB value is (94,68,117). Sum of RGB (Red+Green+Blue) = 94+68+117=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E4475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4475 is #A1BB8A. Grayscale: #515151. Windows color (decimal): -10599307 or 7685214. OLE color: 7685214.
HSL color Cylindrical-coordinate representation of color #5E4475: hue angle of 271.84º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E4475 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 68 | 117 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.54 |
| HSL | 271.84º | 0.26% | 0.36% | - |
| HSV(B) | 271.84º | 0.42% | 0.46% | - |
| XYZ | 9.89 | 7.8 | 17.81 | - |
| YUV | 81.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 117 | 0.20 | 0.42 | 0 | 0.54 | 271.84 | 0.26 | 0.36 |
| Hex | 5E | 44 | 75 | 14 | 2A | 0 | 36 | 110 | 1A | 24 |
| Octal | 136 | 104 | 165 | 24 | 52 | 0 | 66 | 420 | 32 | 44 |
| Binary | 1011110 | 1000100 | 1110101 | 10100 | 101010 | 0 | 110110 | 100010000 | 11010 | 100100 |
Color Harmonies of #5E4475
Complementary color
Monochromatic Colors of #5E4475
Black with #5E4475
Text Example
Text Example
White with #5E4475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4475; }
p { color: rgb(94,68,117); }
H1.HeaderClassName
{
color: #5E4475;
}
.AnyTagClassName
{
color: #5E4475;
}
</style>
background-color css
<style>
a { background-color: #5E4475; }
a { background-color: rgb(94,68,117); }
div.DivClassName
{
background-color: #5E4475;
}
.BgClassName
{
background-color: #5E4475;
}
</style>
border-color css
<style>
span { border-color: #5E4475; }
span { border-color: rgb(94,68,117); }
td.TdClassName
{
border-color: #5E4475;
}
.TagClassName
{
border-color: #5E4475;
}
</style>