Shades of Honey Flower #5E4C6A
Tints of Honey Flower #5E4C6A
RGB
CMYK
RGB Variations
Color information
#5E4C6A (or 0x5E4C6A) is known color: Honey Flower. HEX triplet: 5E, 4C and 6A. RGB value is (94,76,106). Sum of RGB (Red+Green+Blue) = 94+76+106=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E4C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4C6A is #A1B395. Grayscale: #545454. Windows color (decimal): -10597270 or 6966366. OLE color: 6966366.
HSL color Cylindrical-coordinate representation of color #5E4C6A: hue angle of 276º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E4C6A is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 76 | 106 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.58 |
| HSL | 276º | 0.16% | 0.36% | - |
| HSV(B) | 276º | 0.28% | 0.42% | - |
| XYZ | 9.8 | 8.59 | 14.78 | - |
| YUV | 84.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 106 | 0.11 | 0.28 | 0 | 0.58 | 276 | 0.16 | 0.36 |
| Hex | 5E | 4C | 6A | B | 1C | 0 | 3A | 114 | 10 | 24 |
| Octal | 136 | 114 | 152 | 13 | 34 | 0 | 72 | 424 | 20 | 44 |
| Binary | 1011110 | 1001100 | 1101010 | 1011 | 11100 | 0 | 111010 | 100010100 | 10000 | 100100 |
Color Harmonies of #5E4C6A
Complementary color
Monochromatic Colors of #5E4C6A
Black with #5E4C6A
Text Example
Text Example
White with #5E4C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4C6A; }
p { color: rgb(94,76,106); }
H1.HeaderClassName
{
color: #5E4C6A;
}
.AnyTagClassName
{
color: #5E4C6A;
}
</style>
background-color css
<style>
a { background-color: #5E4C6A; }
a { background-color: rgb(94,76,106); }
div.DivClassName
{
background-color: #5E4C6A;
}
.BgClassName
{
background-color: #5E4C6A;
}
</style>
border-color css
<style>
span { border-color: #5E4C6A; }
span { border-color: rgb(94,76,106); }
td.TdClassName
{
border-color: #5E4C6A;
}
.TagClassName
{
border-color: #5E4C6A;
}
</style>