Shades of Honey Flower #5E3C70
Tints of Honey Flower #5E3C70
RGB
CMYK
RGB Variations
Color information
#5E3C70 (or 0x5E3C70) is known color: Honey Flower. HEX triplet: 5E, 3C and 70. RGB value is (94,60,112). Sum of RGB (Red+Green+Blue) = 94+60+112=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E3C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3C70 is #A1C38F. Grayscale: #4B4B4B. Windows color (decimal): -10601360 or 7355486. OLE color: 7355486.
HSL color Cylindrical-coordinate representation of color #5E3C70: hue angle of 279.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3C70 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 60 | 112 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.56 |
| HSL | 279.23º | 0.3% | 0.34% | - |
| HSV(B) | 279.23º | 0.46% | 0.44% | - |
| XYZ | 9.16 | 6.78 | 16.16 | - |
| YUV | 76.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 112 | 0.16 | 0.46 | 0 | 0.56 | 279.23 | 0.3 | 0.34 |
| Hex | 5E | 3C | 70 | 10 | 2E | 0 | 38 | 117 | 1E | 22 |
| Octal | 136 | 74 | 160 | 20 | 56 | 0 | 70 | 427 | 36 | 42 |
| Binary | 1011110 | 111100 | 1110000 | 10000 | 101110 | 0 | 111000 | 100010111 | 11110 | 100010 |
Color Harmonies of #5E3C70
Complementary color
Monochromatic Colors of #5E3C70
Black with #5E3C70
Text Example
Text Example
White with #5E3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3C70; }
p { color: rgb(94,60,112); }
H1.HeaderClassName
{
color: #5E3C70;
}
.AnyTagClassName
{
color: #5E3C70;
}
</style>
background-color css
<style>
a { background-color: #5E3C70; }
a { background-color: rgb(94,60,112); }
div.DivClassName
{
background-color: #5E3C70;
}
.BgClassName
{
background-color: #5E3C70;
}
</style>
border-color css
<style>
span { border-color: #5E3C70; }
span { border-color: rgb(94,60,112); }
td.TdClassName
{
border-color: #5E3C70;
}
.TagClassName
{
border-color: #5E3C70;
}
</style>