Shades of Honey Flower #5E4063
Tints of Honey Flower #5E4063
RGB
CMYK
RGB Variations
Color information
#5E4063 (or 0x5E4063) is known color: Honey Flower. HEX triplet: 5E, 40 and 63. RGB value is (94,64,99). Sum of RGB (Red+Green+Blue) = 94+64+99=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4063 is #A1BF9C. Grayscale: #4C4C4C. Windows color (decimal): -10600349 or 6504542. OLE color: 6504542.
HSL color Cylindrical-coordinate representation of color #5E4063: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E4063 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 64 | 99 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.61 |
| HSL | 291.43º | 0.21% | 0.32% | - |
| HSV(B) | 291.43º | 0.35% | 0.39% | - |
| XYZ | 8.7 | 6.95 | 12.69 | - |
| YUV | 76.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 99 | 0.05 | 0.35 | 0 | 0.61 | 291.43 | 0.21 | 0.32 |
| Hex | 5E | 40 | 63 | 5 | 23 | 0 | 3D | 123 | 15 | 20 |
| Octal | 136 | 100 | 143 | 5 | 43 | 0 | 75 | 443 | 25 | 40 |
| Binary | 1011110 | 1000000 | 1100011 | 101 | 100011 | 0 | 111101 | 100100011 | 10101 | 100000 |
Color Harmonies of #5E4063
Complementary color
Monochromatic Colors of #5E4063
Black with #5E4063
Text Example
Text Example
White with #5E4063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4063; }
p { color: rgb(94,64,99); }
H1.HeaderClassName
{
color: #5E4063;
}
.AnyTagClassName
{
color: #5E4063;
}
</style>
background-color css
<style>
a { background-color: #5E4063; }
a { background-color: rgb(94,64,99); }
div.DivClassName
{
background-color: #5E4063;
}
.BgClassName
{
background-color: #5E4063;
}
</style>
border-color css
<style>
span { border-color: #5E4063; }
span { border-color: rgb(94,64,99); }
td.TdClassName
{
border-color: #5E4063;
}
.TagClassName
{
border-color: #5E4063;
}
</style>