Shades of Honey Flower #5E3571
Tints of Honey Flower #5E3571
RGB
CMYK
RGB Variations
Color information
#5E3571 (or 0x5E3571) is known color: Honey Flower. HEX triplet: 5E, 35 and 71. RGB value is (94,53,113). Sum of RGB (Red+Green+Blue) = 94+53+113=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E3571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3571 is #A1CA8E. Grayscale: #474747. Windows color (decimal): -10603151 or 7419230. OLE color: 7419230.
HSL color Cylindrical-coordinate representation of color #5E3571: hue angle of 281º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E3571 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 53 | 113 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.56 |
| HSL | 281º | 0.36% | 0.33% | - |
| HSV(B) | 281º | 0.53% | 0.44% | - |
| XYZ | 8.87 | 6.12 | 16.34 | - |
| YUV | 72.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 113 | 0.17 | 0.53 | 0 | 0.56 | 281 | 0.36 | 0.33 |
| Hex | 5E | 35 | 71 | 11 | 35 | 0 | 38 | 119 | 24 | 21 |
| Octal | 136 | 65 | 161 | 21 | 65 | 0 | 70 | 431 | 44 | 41 |
| Binary | 1011110 | 110101 | 1110001 | 10001 | 110101 | 0 | 111000 | 100011001 | 100100 | 100001 |
Color Harmonies of #5E3571
Complementary color
Monochromatic Colors of #5E3571
Black with #5E3571
Text Example
Text Example
White with #5E3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3571; }
p { color: rgb(94,53,113); }
H1.HeaderClassName
{
color: #5E3571;
}
.AnyTagClassName
{
color: #5E3571;
}
</style>
background-color css
<style>
a { background-color: #5E3571; }
a { background-color: rgb(94,53,113); }
div.DivClassName
{
background-color: #5E3571;
}
.BgClassName
{
background-color: #5E3571;
}
</style>
border-color css
<style>
span { border-color: #5E3571; }
span { border-color: rgb(94,53,113); }
td.TdClassName
{
border-color: #5E3571;
}
.TagClassName
{
border-color: #5E3571;
}
</style>