Shades of Honey Flower #5E3967
Tints of Honey Flower #5E3967
RGB
CMYK
RGB Variations
Color information
#5E3967 (or 0x5E3967) is known color: Honey Flower. HEX triplet: 5E, 39 and 67. RGB value is (94,57,103). Sum of RGB (Red+Green+Blue) = 94+57+103=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E3967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3967 is #A1C698. Grayscale: #494949. Windows color (decimal): -10602137 or 6764894. OLE color: 6764894.
HSL color Cylindrical-coordinate representation of color #5E3967: hue angle of 288.26º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3967 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 57 | 103 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.60 |
| HSL | 288.26º | 0.29% | 0.31% | - |
| HSV(B) | 288.26º | 0.45% | 0.4% | - |
| XYZ | 8.53 | 6.29 | 13.6 | - |
| YUV | 73.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 57 | 103 | 0.09 | 0.45 | 0 | 0.60 | 288.26 | 0.29 | 0.31 |
| Hex | 5E | 39 | 67 | 9 | 2D | 0 | 3C | 120 | 1D | 1F |
| Octal | 136 | 71 | 147 | 11 | 55 | 0 | 74 | 440 | 35 | 37 |
| Binary | 1011110 | 111001 | 1100111 | 1001 | 101101 | 0 | 111100 | 100100000 | 11101 | 11111 |
Color Harmonies of #5E3967
Complementary color
Monochromatic Colors of #5E3967
Black with #5E3967
Text Example
Text Example
White with #5E3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3967; }
p { color: rgb(94,57,103); }
H1.HeaderClassName
{
color: #5E3967;
}
.AnyTagClassName
{
color: #5E3967;
}
</style>
background-color css
<style>
a { background-color: #5E3967; }
a { background-color: rgb(94,57,103); }
div.DivClassName
{
background-color: #5E3967;
}
.BgClassName
{
background-color: #5E3967;
}
</style>
border-color css
<style>
span { border-color: #5E3967; }
span { border-color: rgb(94,57,103); }
td.TdClassName
{
border-color: #5E3967;
}
.TagClassName
{
border-color: #5E3967;
}
</style>