Shades of Honey Flower #5E326A
Tints of Honey Flower #5E326A
RGB
CMYK
RGB Variations
Color information
#5E326A (or 0x5E326A) is known color: Honey Flower. HEX triplet: 5E, 32 and 6A. RGB value is (94,50,106). Sum of RGB (Red+Green+Blue) = 94+50+106=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E326A is #A1CD95. Grayscale: #454545. Windows color (decimal): -10603926 or 6959710. OLE color: 6959710.
HSL color Cylindrical-coordinate representation of color #5E326A: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E326A is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 50 | 106 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.58 |
| HSL | 287.14º | 0.36% | 0.31% | - |
| HSV(B) | 287.14º | 0.53% | 0.42% | - |
| XYZ | 8.36 | 5.7 | 14.3 | - |
| YUV | 69.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 106 | 0.11 | 0.53 | 0 | 0.58 | 287.14 | 0.36 | 0.31 |
| Hex | 5E | 32 | 6A | B | 35 | 0 | 3A | 11F | 24 | 1F |
| Octal | 136 | 62 | 152 | 13 | 65 | 0 | 72 | 437 | 44 | 37 |
| Binary | 1011110 | 110010 | 1101010 | 1011 | 110101 | 0 | 111010 | 100011111 | 100100 | 11111 |
Color Harmonies of #5E326A
Complementary color
Monochromatic Colors of #5E326A
Black with #5E326A
Text Example
Text Example
White with #5E326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E326A; }
p { color: rgb(94,50,106); }
H1.HeaderClassName
{
color: #5E326A;
}
.AnyTagClassName
{
color: #5E326A;
}
</style>
background-color css
<style>
a { background-color: #5E326A; }
a { background-color: rgb(94,50,106); }
div.DivClassName
{
background-color: #5E326A;
}
.BgClassName
{
background-color: #5E326A;
}
</style>
border-color css
<style>
span { border-color: #5E326A; }
span { border-color: rgb(94,50,106); }
td.TdClassName
{
border-color: #5E326A;
}
.TagClassName
{
border-color: #5E326A;
}
</style>