Shades of Honey Flower #5E336B
Tints of Honey Flower #5E336B
RGB
CMYK
RGB Variations
Color information
#5E336B (or 0x5E336B) is known color: Honey Flower. HEX triplet: 5E, 33 and 6B. RGB value is (94,51,107). Sum of RGB (Red+Green+Blue) = 94+51+107=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E336B is #A1CC94. Grayscale: #464646. Windows color (decimal): -10603669 or 7025502. OLE color: 7025502.
HSL color Cylindrical-coordinate representation of color #5E336B: hue angle of 286.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E336B is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 51 | 107 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.58 |
| HSL | 286.07º | 0.35% | 0.31% | - |
| HSV(B) | 286.07º | 0.52% | 0.42% | - |
| XYZ | 8.45 | 5.81 | 14.59 | - |
| YUV | 70.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 107 | 0.12 | 0.52 | 0 | 0.58 | 286.07 | 0.35 | 0.31 |
| Hex | 5E | 33 | 6B | C | 34 | 0 | 3A | 11E | 23 | 1F |
| Octal | 136 | 63 | 153 | 14 | 64 | 0 | 72 | 436 | 43 | 37 |
| Binary | 1011110 | 110011 | 1101011 | 1100 | 110100 | 0 | 111010 | 100011110 | 100011 | 11111 |
Color Harmonies of #5E336B
Complementary color
Monochromatic Colors of #5E336B
Black with #5E336B
Text Example
Text Example
White with #5E336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E336B; }
p { color: rgb(94,51,107); }
H1.HeaderClassName
{
color: #5E336B;
}
.AnyTagClassName
{
color: #5E336B;
}
</style>
background-color css
<style>
a { background-color: #5E336B; }
a { background-color: rgb(94,51,107); }
div.DivClassName
{
background-color: #5E336B;
}
.BgClassName
{
background-color: #5E336B;
}
</style>
border-color css
<style>
span { border-color: #5E336B; }
span { border-color: rgb(94,51,107); }
td.TdClassName
{
border-color: #5E336B;
}
.TagClassName
{
border-color: #5E336B;
}
</style>