Shades of Honey Flower #56475D
Tints of Honey Flower #56475D
RGB
CMYK
RGB Variations
Color information
#56475D (or 0x56475D) is known color: Honey Flower. HEX triplet: 56, 47 and 5D. RGB value is (86,71,93). Sum of RGB (Red+Green+Blue) = 86+71+93=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #56475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56475D is #A9B8A2. Grayscale: #4D4D4D. Windows color (decimal): -11122851 or 6113110. OLE color: 6113110.
HSL color Cylindrical-coordinate representation of color #56475D: hue angle of 280.91º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56475D is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 71 | 93 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.64 |
| HSL | 280.91º | 0.13% | 0.32% | - |
| HSV(B) | 280.91º | 0.24% | 0.36% | - |
| XYZ | 8.07 | 7.28 | 11.34 | - |
| YUV | 77.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 93 | 0.08 | 0.24 | 0 | 0.64 | 280.91 | 0.13 | 0.32 |
| Hex | 56 | 47 | 5D | 8 | 18 | 0 | 40 | 119 | D | 20 |
| Octal | 126 | 107 | 135 | 10 | 30 | 0 | 100 | 431 | 15 | 40 |
| Binary | 1010110 | 1000111 | 1011101 | 1000 | 11000 | 0 | 1000000 | 100011001 | 1101 | 100000 |
Color Harmonies of #56475D
Complementary color
Monochromatic Colors of #56475D
Black with #56475D
Text Example
Text Example
White with #56475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56475D; }
p { color: rgb(86,71,93); }
H1.HeaderClassName
{
color: #56475D;
}
.AnyTagClassName
{
color: #56475D;
}
</style>
background-color css
<style>
a { background-color: #56475D; }
a { background-color: rgb(86,71,93); }
div.DivClassName
{
background-color: #56475D;
}
.BgClassName
{
background-color: #56475D;
}
</style>
border-color css
<style>
span { border-color: #56475D; }
span { border-color: rgb(86,71,93); }
td.TdClassName
{
border-color: #56475D;
}
.TagClassName
{
border-color: #56475D;
}
</style>