Shades of Honey Flower #5E336D
Tints of Honey Flower #5E336D
RGB
CMYK
RGB Variations
Color information
#5E336D (or 0x5E336D) is known color: Honey Flower. HEX triplet: 5E, 33 and 6D. RGB value is (94,51,109). Sum of RGB (Red+Green+Blue) = 94+51+109=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E336D is #A1CC92. Grayscale: #464646. Windows color (decimal): -10603667 or 7156574. OLE color: 7156574.
HSL color Cylindrical-coordinate representation of color #5E336D: hue angle of 284.48º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E336D is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 51 | 109 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.57 |
| HSL | 284.48º | 0.36% | 0.31% | - |
| HSV(B) | 284.48º | 0.53% | 0.43% | - |
| XYZ | 8.56 | 5.85 | 15.15 | - |
| YUV | 70.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 109 | 0.14 | 0.53 | 0 | 0.57 | 284.48 | 0.36 | 0.31 |
| Hex | 5E | 33 | 6D | E | 35 | 0 | 39 | 11C | 24 | 1F |
| Octal | 136 | 63 | 155 | 16 | 65 | 0 | 71 | 434 | 44 | 37 |
| Binary | 1011110 | 110011 | 1101101 | 1110 | 110101 | 0 | 111001 | 100011100 | 100100 | 11111 |
Color Harmonies of #5E336D
Complementary color
Monochromatic Colors of #5E336D
Black with #5E336D
Text Example
Text Example
White with #5E336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E336D; }
p { color: rgb(94,51,109); }
H1.HeaderClassName
{
color: #5E336D;
}
.AnyTagClassName
{
color: #5E336D;
}
</style>
background-color css
<style>
a { background-color: #5E336D; }
a { background-color: rgb(94,51,109); }
div.DivClassName
{
background-color: #5E336D;
}
.BgClassName
{
background-color: #5E336D;
}
</style>
border-color css
<style>
span { border-color: #5E336D; }
span { border-color: rgb(94,51,109); }
td.TdClassName
{
border-color: #5E336D;
}
.TagClassName
{
border-color: #5E336D;
}
</style>