Shades of Honey Flower #56475E
Tints of Honey Flower #56475E
RGB
CMYK
RGB Variations
Color information
#56475E (or 0x56475E) is known color: Honey Flower. HEX triplet: 56, 47 and 5E. RGB value is (86,71,94). Sum of RGB (Red+Green+Blue) = 86+71+94=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #56475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56475E is #A9B8A1. Grayscale: #4E4E4E. Windows color (decimal): -11122850 or 6178646. OLE color: 6178646.
HSL color Cylindrical-coordinate representation of color #56475E: hue angle of 279.13º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56475E is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 71 | 94 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.63 |
| HSL | 279.13º | 0.14% | 0.32% | - |
| HSV(B) | 279.13º | 0.24% | 0.37% | - |
| XYZ | 8.11 | 7.29 | 11.57 | - |
| YUV | 78.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 94 | 0.09 | 0.24 | 0 | 0.63 | 279.13 | 0.14 | 0.32 |
| Hex | 56 | 47 | 5E | 9 | 18 | 0 | 3F | 117 | E | 20 |
| Octal | 126 | 107 | 136 | 11 | 30 | 0 | 77 | 427 | 16 | 40 |
| Binary | 1010110 | 1000111 | 1011110 | 1001 | 11000 | 0 | 111111 | 100010111 | 1110 | 100000 |
Color Harmonies of #56475E
Complementary color
Monochromatic Colors of #56475E
Black with #56475E
Text Example
Text Example
White with #56475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56475E; }
p { color: rgb(86,71,94); }
H1.HeaderClassName
{
color: #56475E;
}
.AnyTagClassName
{
color: #56475E;
}
</style>
background-color css
<style>
a { background-color: #56475E; }
a { background-color: rgb(86,71,94); }
div.DivClassName
{
background-color: #56475E;
}
.BgClassName
{
background-color: #56475E;
}
</style>
border-color css
<style>
span { border-color: #56475E; }
span { border-color: rgb(86,71,94); }
td.TdClassName
{
border-color: #56475E;
}
.TagClassName
{
border-color: #56475E;
}
</style>