Shades of Honey Flower #5E3274
Tints of Honey Flower #5E3274
RGB
CMYK
RGB Variations
Color information
#5E3274 (or 0x5E3274) is known color: Honey Flower. HEX triplet: 5E, 32 and 74. RGB value is (94,50,116). Sum of RGB (Red+Green+Blue) = 94+50+116=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3274 is #A1CD8B. Grayscale: #464646. Windows color (decimal): -10603916 or 7615070. OLE color: 7615070.
HSL color Cylindrical-coordinate representation of color #5E3274: hue angle of 280º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E3274 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 50 | 116 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.55 |
| HSL | 280º | 0.4% | 0.33% | - |
| HSV(B) | 280º | 0.57% | 0.45% | - |
| XYZ | 8.91 | 5.92 | 17.2 | - |
| YUV | 70.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 116 | 0.19 | 0.57 | 0 | 0.55 | 280 | 0.4 | 0.33 |
| Hex | 5E | 32 | 74 | 13 | 39 | 0 | 37 | 118 | 28 | 21 |
| Octal | 136 | 62 | 164 | 23 | 71 | 0 | 67 | 430 | 50 | 41 |
| Binary | 1011110 | 110010 | 1110100 | 10011 | 111001 | 0 | 110111 | 100011000 | 101000 | 100001 |
Color Harmonies of #5E3274
Complementary color
Monochromatic Colors of #5E3274
Black with #5E3274
Text Example
Text Example
White with #5E3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3274; }
p { color: rgb(94,50,116); }
H1.HeaderClassName
{
color: #5E3274;
}
.AnyTagClassName
{
color: #5E3274;
}
</style>
background-color css
<style>
a { background-color: #5E3274; }
a { background-color: rgb(94,50,116); }
div.DivClassName
{
background-color: #5E3274;
}
.BgClassName
{
background-color: #5E3274;
}
</style>
border-color css
<style>
span { border-color: #5E3274; }
span { border-color: rgb(94,50,116); }
td.TdClassName
{
border-color: #5E3274;
}
.TagClassName
{
border-color: #5E3274;
}
</style>