Shades of Honey Flower #5E2676
Tints of Honey Flower #5E2676
RGB
CMYK
RGB Variations
Color information
#5E2676 (or 0x5E2676) is known color: Honey Flower. HEX triplet: 5E, 26 and 76. RGB value is (94,38,118). Sum of RGB (Red+Green+Blue) = 94+38+118=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E2676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2676 is #A1D989. Grayscale: #3F3F3F. Windows color (decimal): -10606986 or 7743070. OLE color: 7743070.
HSL color Cylindrical-coordinate representation of color #5E2676: hue angle of 282º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2676 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 38 | 118 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.54 |
| HSL | 282º | 0.51% | 0.31% | - |
| HSV(B) | 282º | 0.68% | 0.46% | - |
| XYZ | 8.58 | 5.07 | 17.67 | - |
| YUV | 63.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 118 | 0.20 | 0.68 | 0 | 0.54 | 282 | 0.51 | 0.31 |
| Hex | 5E | 26 | 76 | 14 | 44 | 0 | 36 | 11A | 33 | 1F |
| Octal | 136 | 46 | 166 | 24 | 104 | 0 | 66 | 432 | 63 | 37 |
| Binary | 1011110 | 100110 | 1110110 | 10100 | 1000100 | 0 | 110110 | 100011010 | 110011 | 11111 |
Color Harmonies of #5E2676
Complementary color
Monochromatic Colors of #5E2676
Black with #5E2676
Text Example
Text Example
White with #5E2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2676; }
p { color: rgb(94,38,118); }
H1.HeaderClassName
{
color: #5E2676;
}
.AnyTagClassName
{
color: #5E2676;
}
</style>
background-color css
<style>
a { background-color: #5E2676; }
a { background-color: rgb(94,38,118); }
div.DivClassName
{
background-color: #5E2676;
}
.BgClassName
{
background-color: #5E2676;
}
</style>
border-color css
<style>
span { border-color: #5E2676; }
span { border-color: rgb(94,38,118); }
td.TdClassName
{
border-color: #5E2676;
}
.TagClassName
{
border-color: #5E2676;
}
</style>