Shades of Honey Flower #5E3D73
Tints of Honey Flower #5E3D73
RGB
CMYK
RGB Variations
Color information
#5E3D73 (or 0x5E3D73) is known color: Honey Flower. HEX triplet: 5E, 3D and 73. RGB value is (94,61,115). Sum of RGB (Red+Green+Blue) = 94+61+115=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3D73 is #A1C28C. Grayscale: #4C4C4C. Windows color (decimal): -10601101 or 7552350. OLE color: 7552350.
HSL color Cylindrical-coordinate representation of color #5E3D73: hue angle of 276.67º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3D73 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 61 | 115 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.55 |
| HSL | 276.67º | 0.31% | 0.35% | - |
| HSV(B) | 276.67º | 0.47% | 0.45% | - |
| XYZ | 9.38 | 6.95 | 17.07 | - |
| YUV | 77.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 115 | 0.18 | 0.47 | 0 | 0.55 | 276.67 | 0.31 | 0.35 |
| Hex | 5E | 3D | 73 | 12 | 2F | 0 | 37 | 115 | 1F | 23 |
| Octal | 136 | 75 | 163 | 22 | 57 | 0 | 67 | 425 | 37 | 43 |
| Binary | 1011110 | 111101 | 1110011 | 10010 | 101111 | 0 | 110111 | 100010101 | 11111 | 100011 |
Color Harmonies of #5E3D73
Complementary color
Monochromatic Colors of #5E3D73
Black with #5E3D73
Text Example
Text Example
White with #5E3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3D73; }
p { color: rgb(94,61,115); }
H1.HeaderClassName
{
color: #5E3D73;
}
.AnyTagClassName
{
color: #5E3D73;
}
</style>
background-color css
<style>
a { background-color: #5E3D73; }
a { background-color: rgb(94,61,115); }
div.DivClassName
{
background-color: #5E3D73;
}
.BgClassName
{
background-color: #5E3D73;
}
</style>
border-color css
<style>
span { border-color: #5E3D73; }
span { border-color: rgb(94,61,115); }
td.TdClassName
{
border-color: #5E3D73;
}
.TagClassName
{
border-color: #5E3D73;
}
</style>