Shades of Honey Flower #5E4176
Tints of Honey Flower #5E4176
RGB
CMYK
RGB Variations
Color information
#5E4176 (or 0x5E4176) is known color: Honey Flower. HEX triplet: 5E, 41 and 76. RGB value is (94,65,118). Sum of RGB (Red+Green+Blue) = 94+65+118=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4176 is #A1BE89. Grayscale: #4F4F4F. Windows color (decimal): -10600074 or 7749982. OLE color: 7749982.
HSL color Cylindrical-coordinate representation of color #5E4176: hue angle of 272.83º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E4176 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 65 | 118 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.54 |
| HSL | 272.83º | 0.29% | 0.36% | - |
| HSV(B) | 272.83º | 0.45% | 0.46% | - |
| XYZ | 9.78 | 7.47 | 18.07 | - |
| YUV | 79.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 118 | 0.20 | 0.45 | 0 | 0.54 | 272.83 | 0.29 | 0.36 |
| Hex | 5E | 41 | 76 | 14 | 2D | 0 | 36 | 111 | 1D | 24 |
| Octal | 136 | 101 | 166 | 24 | 55 | 0 | 66 | 421 | 35 | 44 |
| Binary | 1011110 | 1000001 | 1110110 | 10100 | 101101 | 0 | 110110 | 100010001 | 11101 | 100100 |
Color Harmonies of #5E4176
Complementary color
Monochromatic Colors of #5E4176
Black with #5E4176
Text Example
Text Example
White with #5E4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4176; }
p { color: rgb(94,65,118); }
H1.HeaderClassName
{
color: #5E4176;
}
.AnyTagClassName
{
color: #5E4176;
}
</style>
background-color css
<style>
a { background-color: #5E4176; }
a { background-color: rgb(94,65,118); }
div.DivClassName
{
background-color: #5E4176;
}
.BgClassName
{
background-color: #5E4176;
}
</style>
border-color css
<style>
span { border-color: #5E4176; }
span { border-color: rgb(94,65,118); }
td.TdClassName
{
border-color: #5E4176;
}
.TagClassName
{
border-color: #5E4176;
}
</style>