Shades of Honey Flower #5E446C
Tints of Honey Flower #5E446C
RGB
CMYK
RGB Variations
Color information
#5E446C (or 0x5E446C) is known color: Honey Flower. HEX triplet: 5E, 44 and 6C. RGB value is (94,68,108). Sum of RGB (Red+Green+Blue) = 94+68+108=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E446C is #A1BB93. Grayscale: #505050. Windows color (decimal): -10599316 or 7095390. OLE color: 7095390.
HSL color Cylindrical-coordinate representation of color #5E446C: hue angle of 279º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E446C is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 68 | 108 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.58 |
| HSL | 279º | 0.23% | 0.35% | - |
| HSV(B) | 279º | 0.37% | 0.42% | - |
| XYZ | 9.39 | 7.6 | 15.16 | - |
| YUV | 80.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 108 | 0.13 | 0.37 | 0 | 0.58 | 279 | 0.23 | 0.35 |
| Hex | 5E | 44 | 6C | D | 25 | 0 | 3A | 117 | 17 | 23 |
| Octal | 136 | 104 | 154 | 15 | 45 | 0 | 72 | 427 | 27 | 43 |
| Binary | 1011110 | 1000100 | 1101100 | 1101 | 100101 | 0 | 111010 | 100010111 | 10111 | 100011 |
Color Harmonies of #5E446C
Complementary color
Monochromatic Colors of #5E446C
Black with #5E446C
Text Example
Text Example
White with #5E446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E446C; }
p { color: rgb(94,68,108); }
H1.HeaderClassName
{
color: #5E446C;
}
.AnyTagClassName
{
color: #5E446C;
}
</style>
background-color css
<style>
a { background-color: #5E446C; }
a { background-color: rgb(94,68,108); }
div.DivClassName
{
background-color: #5E446C;
}
.BgClassName
{
background-color: #5E446C;
}
</style>
border-color css
<style>
span { border-color: #5E446C; }
span { border-color: rgb(94,68,108); }
td.TdClassName
{
border-color: #5E446C;
}
.TagClassName
{
border-color: #5E446C;
}
</style>