Shades of Honey Flower #5E3F68
Tints of Honey Flower #5E3F68
RGB
CMYK
RGB Variations
Color information
#5E3F68 (or 0x5E3F68) is known color: Honey Flower. HEX triplet: 5E, 3F and 68. RGB value is (94,63,104). Sum of RGB (Red+Green+Blue) = 94+63+104=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E3F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3F68 is #A1C097. Grayscale: #4C4C4C. Windows color (decimal): -10600600 or 6831966. OLE color: 6831966.
HSL color Cylindrical-coordinate representation of color #5E3F68: hue angle of 285.37º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E3F68 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 63 | 104 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.59 |
| HSL | 285.37º | 0.25% | 0.33% | - |
| HSV(B) | 285.37º | 0.39% | 0.41% | - |
| XYZ | 8.89 | 6.93 | 13.97 | - |
| YUV | 76.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 104 | 0.10 | 0.39 | 0 | 0.59 | 285.37 | 0.25 | 0.33 |
| Hex | 5E | 3F | 68 | A | 27 | 0 | 3B | 11D | 19 | 21 |
| Octal | 136 | 77 | 150 | 12 | 47 | 0 | 73 | 435 | 31 | 41 |
| Binary | 1011110 | 111111 | 1101000 | 1010 | 100111 | 0 | 111011 | 100011101 | 11001 | 100001 |
Color Harmonies of #5E3F68
Complementary color
Monochromatic Colors of #5E3F68
Black with #5E3F68
Text Example
Text Example
White with #5E3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F68; }
p { color: rgb(94,63,104); }
H1.HeaderClassName
{
color: #5E3F68;
}
.AnyTagClassName
{
color: #5E3F68;
}
</style>
background-color css
<style>
a { background-color: #5E3F68; }
a { background-color: rgb(94,63,104); }
div.DivClassName
{
background-color: #5E3F68;
}
.BgClassName
{
background-color: #5E3F68;
}
</style>
border-color css
<style>
span { border-color: #5E3F68; }
span { border-color: rgb(94,63,104); }
td.TdClassName
{
border-color: #5E3F68;
}
.TagClassName
{
border-color: #5E3F68;
}
</style>