Shades of Honey Flower #56445E
Tints of Honey Flower #56445E
RGB
CMYK
RGB Variations
Color information
#56445E (or 0x56445E) is known color: Honey Flower. HEX triplet: 56, 44 and 5E. RGB value is (86,68,94). Sum of RGB (Red+Green+Blue) = 86+68+94=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #56445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56445E is #A9BBA1. Grayscale: #4C4C4C. Windows color (decimal): -11123618 or 6177878. OLE color: 6177878.
HSL color Cylindrical-coordinate representation of color #56445E: hue angle of 281.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56445E is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 68 | 94 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.63 |
| HSL | 281.54º | 0.16% | 0.32% | - |
| HSV(B) | 281.54º | 0.28% | 0.37% | - |
| XYZ | 7.93 | 6.92 | 11.51 | - |
| YUV | 76.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 94 | 0.09 | 0.28 | 0 | 0.63 | 281.54 | 0.16 | 0.32 |
| Hex | 56 | 44 | 5E | 9 | 1C | 0 | 3F | 11A | 10 | 20 |
| Octal | 126 | 104 | 136 | 11 | 34 | 0 | 77 | 432 | 20 | 40 |
| Binary | 1010110 | 1000100 | 1011110 | 1001 | 11100 | 0 | 111111 | 100011010 | 10000 | 100000 |
Color Harmonies of #56445E
Complementary color
Monochromatic Colors of #56445E
Black with #56445E
Text Example
Text Example
White with #56445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56445E; }
p { color: rgb(86,68,94); }
H1.HeaderClassName
{
color: #56445E;
}
.AnyTagClassName
{
color: #56445E;
}
</style>
background-color css
<style>
a { background-color: #56445E; }
a { background-color: rgb(86,68,94); }
div.DivClassName
{
background-color: #56445E;
}
.BgClassName
{
background-color: #56445E;
}
</style>
border-color css
<style>
span { border-color: #56445E; }
span { border-color: rgb(86,68,94); }
td.TdClassName
{
border-color: #56445E;
}
.TagClassName
{
border-color: #56445E;
}
</style>