Shades of Honey Flower #5E3375
Tints of Honey Flower #5E3375
RGB
CMYK
RGB Variations
Color information
#5E3375 (or 0x5E3375) is known color: Honey Flower. HEX triplet: 5E, 33 and 75. RGB value is (94,51,117). Sum of RGB (Red+Green+Blue) = 94+51+117=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E3375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3375 is #A1CC8A. Grayscale: #474747. Windows color (decimal): -10603659 or 7680862. OLE color: 7680862.
HSL color Cylindrical-coordinate representation of color #5E3375: hue angle of 279.09º degrees, saturation: 0.39, 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 #5E3375 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 51 | 117 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.54 |
| HSL | 279.09º | 0.39% | 0.33% | - |
| HSV(B) | 279.09º | 0.56% | 0.46% | - |
| XYZ | 9.01 | 6.03 | 17.52 | - |
| YUV | 71.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 117 | 0.20 | 0.56 | 0 | 0.54 | 279.09 | 0.39 | 0.33 |
| Hex | 5E | 33 | 75 | 14 | 38 | 0 | 36 | 117 | 27 | 21 |
| Octal | 136 | 63 | 165 | 24 | 70 | 0 | 66 | 427 | 47 | 41 |
| Binary | 1011110 | 110011 | 1110101 | 10100 | 111000 | 0 | 110110 | 100010111 | 100111 | 100001 |
Color Harmonies of #5E3375
Complementary color
Monochromatic Colors of #5E3375
Black with #5E3375
Text Example
Text Example
White with #5E3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3375; }
p { color: rgb(94,51,117); }
H1.HeaderClassName
{
color: #5E3375;
}
.AnyTagClassName
{
color: #5E3375;
}
</style>
background-color css
<style>
a { background-color: #5E3375; }
a { background-color: rgb(94,51,117); }
div.DivClassName
{
background-color: #5E3375;
}
.BgClassName
{
background-color: #5E3375;
}
</style>
border-color css
<style>
span { border-color: #5E3375; }
span { border-color: rgb(94,51,117); }
td.TdClassName
{
border-color: #5E3375;
}
.TagClassName
{
border-color: #5E3375;
}
</style>