Shades of Honey Flower #5E4668
Tints of Honey Flower #5E4668
RGB
CMYK
RGB Variations
Color information
#5E4668 (or 0x5E4668) is known color: Honey Flower. HEX triplet: 5E, 46 and 68. RGB value is (94,70,104). Sum of RGB (Red+Green+Blue) = 94+70+104=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E4668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4668 is #A1B997. Grayscale: #505050. Windows color (decimal): -10598808 or 6833758. OLE color: 6833758.
HSL color Cylindrical-coordinate representation of color #5E4668: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E4668 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 70 | 104 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.59 |
| HSL | 282.35º | 0.2% | 0.34% | - |
| HSV(B) | 282.35º | 0.33% | 0.41% | - |
| XYZ | 9.3 | 7.76 | 14.1 | - |
| YUV | 81.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 104 | 0.10 | 0.33 | 0 | 0.59 | 282.35 | 0.2 | 0.34 |
| Hex | 5E | 46 | 68 | A | 21 | 0 | 3B | 11A | 14 | 22 |
| Octal | 136 | 106 | 150 | 12 | 41 | 0 | 73 | 432 | 24 | 42 |
| Binary | 1011110 | 1000110 | 1101000 | 1010 | 100001 | 0 | 111011 | 100011010 | 10100 | 100010 |
Color Harmonies of #5E4668
Complementary color
Monochromatic Colors of #5E4668
Black with #5E4668
Text Example
Text Example
White with #5E4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4668; }
p { color: rgb(94,70,104); }
H1.HeaderClassName
{
color: #5E4668;
}
.AnyTagClassName
{
color: #5E4668;
}
</style>
background-color css
<style>
a { background-color: #5E4668; }
a { background-color: rgb(94,70,104); }
div.DivClassName
{
background-color: #5E4668;
}
.BgClassName
{
background-color: #5E4668;
}
</style>
border-color css
<style>
span { border-color: #5E4668; }
span { border-color: rgb(94,70,104); }
td.TdClassName
{
border-color: #5E4668;
}
.TagClassName
{
border-color: #5E4668;
}
</style>