Shades of Honey Flower #5E3A6E
Tints of Honey Flower #5E3A6E
RGB
CMYK
RGB Variations
Color information
#5E3A6E (or 0x5E3A6E) is known color: Honey Flower. HEX triplet: 5E, 3A and 6E. RGB value is (94,58,110). Sum of RGB (Red+Green+Blue) = 94+58+110=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E3A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3A6E is #A1C591. Grayscale: #4A4A4A. Windows color (decimal): -10601874 or 7223902. OLE color: 7223902.
HSL color Cylindrical-coordinate representation of color #5E3A6E: hue angle of 281.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3A6E is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 58 | 110 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.57 |
| HSL | 281.54º | 0.31% | 0.33% | - |
| HSV(B) | 281.54º | 0.47% | 0.43% | - |
| XYZ | 8.94 | 6.53 | 15.54 | - |
| YUV | 74.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 110 | 0.15 | 0.47 | 0 | 0.57 | 281.54 | 0.31 | 0.33 |
| Hex | 5E | 3A | 6E | F | 2F | 0 | 39 | 11A | 1F | 21 |
| Octal | 136 | 72 | 156 | 17 | 57 | 0 | 71 | 432 | 37 | 41 |
| Binary | 1011110 | 111010 | 1101110 | 1111 | 101111 | 0 | 111001 | 100011010 | 11111 | 100001 |
Color Harmonies of #5E3A6E
Complementary color
Monochromatic Colors of #5E3A6E
Black with #5E3A6E
Text Example
Text Example
White with #5E3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3A6E; }
p { color: rgb(94,58,110); }
H1.HeaderClassName
{
color: #5E3A6E;
}
.AnyTagClassName
{
color: #5E3A6E;
}
</style>
background-color css
<style>
a { background-color: #5E3A6E; }
a { background-color: rgb(94,58,110); }
div.DivClassName
{
background-color: #5E3A6E;
}
.BgClassName
{
background-color: #5E3A6E;
}
</style>
border-color css
<style>
span { border-color: #5E3A6E; }
span { border-color: rgb(94,58,110); }
td.TdClassName
{
border-color: #5E3A6E;
}
.TagClassName
{
border-color: #5E3A6E;
}
</style>