Shades of Honey Flower #5E386C
Tints of Honey Flower #5E386C
RGB
CMYK
RGB Variations
Color information
#5E386C (or 0x5E386C) is known color: Honey Flower. HEX triplet: 5E, 38 and 6C. RGB value is (94,56,108). Sum of RGB (Red+Green+Blue) = 94+56+108=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E386C is #A1C793. Grayscale: #494949. Windows color (decimal): -10602388 or 7092318. OLE color: 7092318.
HSL color Cylindrical-coordinate representation of color #5E386C: hue angle of 283.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E386C is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 56 | 108 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.58 |
| HSL | 283.85º | 0.32% | 0.32% | - |
| HSV(B) | 283.85º | 0.48% | 0.42% | - |
| XYZ | 8.74 | 6.29 | 14.94 | - |
| YUV | 73.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 108 | 0.13 | 0.48 | 0 | 0.58 | 283.85 | 0.32 | 0.32 |
| Hex | 5E | 38 | 6C | D | 30 | 0 | 3A | 11C | 20 | 20 |
| Octal | 136 | 70 | 154 | 15 | 60 | 0 | 72 | 434 | 40 | 40 |
| Binary | 1011110 | 111000 | 1101100 | 1101 | 110000 | 0 | 111010 | 100011100 | 100000 | 100000 |
Color Harmonies of #5E386C
Complementary color
Monochromatic Colors of #5E386C
Black with #5E386C
Text Example
Text Example
White with #5E386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E386C; }
p { color: rgb(94,56,108); }
H1.HeaderClassName
{
color: #5E386C;
}
.AnyTagClassName
{
color: #5E386C;
}
</style>
background-color css
<style>
a { background-color: #5E386C; }
a { background-color: rgb(94,56,108); }
div.DivClassName
{
background-color: #5E386C;
}
.BgClassName
{
background-color: #5E386C;
}
</style>
border-color css
<style>
span { border-color: #5E386C; }
span { border-color: rgb(94,56,108); }
td.TdClassName
{
border-color: #5E386C;
}
.TagClassName
{
border-color: #5E386C;
}
</style>