Shades of Honey Flower #5E3C67
Tints of Honey Flower #5E3C67
RGB
CMYK
RGB Variations
Color information
#5E3C67 (or 0x5E3C67) is known color: Honey Flower. HEX triplet: 5E, 3C and 67. RGB value is (94,60,103). Sum of RGB (Red+Green+Blue) = 94+60+103=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E3C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3C67 is #A1C398. Grayscale: #4A4A4A. Windows color (decimal): -10601369 or 6765662. OLE color: 6765662.
HSL color Cylindrical-coordinate representation of color #5E3C67: hue angle of 287.44º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E3C67 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 60 | 103 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.60 |
| HSL | 287.44º | 0.26% | 0.32% | - |
| HSV(B) | 287.44º | 0.42% | 0.4% | - |
| XYZ | 8.68 | 6.59 | 13.65 | - |
| YUV | 75.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 103 | 0.09 | 0.42 | 0 | 0.60 | 287.44 | 0.26 | 0.32 |
| Hex | 5E | 3C | 67 | 9 | 2A | 0 | 3C | 11F | 1A | 20 |
| Octal | 136 | 74 | 147 | 11 | 52 | 0 | 74 | 437 | 32 | 40 |
| Binary | 1011110 | 111100 | 1100111 | 1001 | 101010 | 0 | 111100 | 100011111 | 11010 | 100000 |
Color Harmonies of #5E3C67
Complementary color
Monochromatic Colors of #5E3C67
Black with #5E3C67
Text Example
Text Example
White with #5E3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3C67; }
p { color: rgb(94,60,103); }
H1.HeaderClassName
{
color: #5E3C67;
}
.AnyTagClassName
{
color: #5E3C67;
}
</style>
background-color css
<style>
a { background-color: #5E3C67; }
a { background-color: rgb(94,60,103); }
div.DivClassName
{
background-color: #5E3C67;
}
.BgClassName
{
background-color: #5E3C67;
}
</style>
border-color css
<style>
span { border-color: #5E3C67; }
span { border-color: rgb(94,60,103); }
td.TdClassName
{
border-color: #5E3C67;
}
.TagClassName
{
border-color: #5E3C67;
}
</style>