Shades of Honey Flower #5E3475
Tints of Honey Flower #5E3475
RGB
CMYK
RGB Variations
Color information
#5E3475 (or 0x5E3475) is known color: Honey Flower. HEX triplet: 5E, 34 and 75. RGB value is (94,52,117). Sum of RGB (Red+Green+Blue) = 94+52+117=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E3475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3475 is #A1CB8A. Grayscale: #474747. Windows color (decimal): -10603403 or 7681118. OLE color: 7681118.
HSL color Cylindrical-coordinate representation of color #5E3475: hue angle of 278.77º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3475 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 52 | 117 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.54 |
| HSL | 278.77º | 0.38% | 0.33% | - |
| HSV(B) | 278.77º | 0.56% | 0.46% | - |
| XYZ | 9.05 | 6.12 | 17.53 | - |
| YUV | 71.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 117 | 0.20 | 0.56 | 0 | 0.54 | 278.77 | 0.38 | 0.33 |
| Hex | 5E | 34 | 75 | 14 | 38 | 0 | 36 | 117 | 26 | 21 |
| Octal | 136 | 64 | 165 | 24 | 70 | 0 | 66 | 427 | 46 | 41 |
| Binary | 1011110 | 110100 | 1110101 | 10100 | 111000 | 0 | 110110 | 100010111 | 100110 | 100001 |
Color Harmonies of #5E3475
Complementary color
Monochromatic Colors of #5E3475
Black with #5E3475
Text Example
Text Example
White with #5E3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3475; }
p { color: rgb(94,52,117); }
H1.HeaderClassName
{
color: #5E3475;
}
.AnyTagClassName
{
color: #5E3475;
}
</style>
background-color css
<style>
a { background-color: #5E3475; }
a { background-color: rgb(94,52,117); }
div.DivClassName
{
background-color: #5E3475;
}
.BgClassName
{
background-color: #5E3475;
}
</style>
border-color css
<style>
span { border-color: #5E3475; }
span { border-color: rgb(94,52,117); }
td.TdClassName
{
border-color: #5E3475;
}
.TagClassName
{
border-color: #5E3475;
}
</style>