Shades of Honey Flower #5E3B6E
Tints of Honey Flower #5E3B6E
RGB
CMYK
RGB Variations
Color information
#5E3B6E (or 0x5E3B6E) is known color: Honey Flower. HEX triplet: 5E, 3B and 6E. RGB value is (94,59,110). Sum of RGB (Red+Green+Blue) = 94+59+110=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E3B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3B6E is #A1C491. Grayscale: #4B4B4B. Windows color (decimal): -10601618 or 7224158. OLE color: 7224158.
HSL color Cylindrical-coordinate representation of color #5E3B6E: hue angle of 281.18º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3B6E is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 59 | 110 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.57 |
| HSL | 281.18º | 0.3% | 0.33% | - |
| HSV(B) | 281.18º | 0.46% | 0.43% | - |
| XYZ | 8.99 | 6.63 | 15.56 | - |
| YUV | 75.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 110 | 0.15 | 0.46 | 0 | 0.57 | 281.18 | 0.3 | 0.33 |
| Hex | 5E | 3B | 6E | F | 2E | 0 | 39 | 119 | 1E | 21 |
| Octal | 136 | 73 | 156 | 17 | 56 | 0 | 71 | 431 | 36 | 41 |
| Binary | 1011110 | 111011 | 1101110 | 1111 | 101110 | 0 | 111001 | 100011001 | 11110 | 100001 |
Color Harmonies of #5E3B6E
Complementary color
Monochromatic Colors of #5E3B6E
Black with #5E3B6E
Text Example
Text Example
White with #5E3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B6E; }
p { color: rgb(94,59,110); }
H1.HeaderClassName
{
color: #5E3B6E;
}
.AnyTagClassName
{
color: #5E3B6E;
}
</style>
background-color css
<style>
a { background-color: #5E3B6E; }
a { background-color: rgb(94,59,110); }
div.DivClassName
{
background-color: #5E3B6E;
}
.BgClassName
{
background-color: #5E3B6E;
}
</style>
border-color css
<style>
span { border-color: #5E3B6E; }
span { border-color: rgb(94,59,110); }
td.TdClassName
{
border-color: #5E3B6E;
}
.TagClassName
{
border-color: #5E3B6E;
}
</style>