Shades of Honey Flower #56346D
Tints of Honey Flower #56346D
RGB
CMYK
RGB Variations
Color information
#56346D (or 0x56346D) is known color: Honey Flower. HEX triplet: 56, 34 and 6D. RGB value is (86,52,109). Sum of RGB (Red+Green+Blue) = 86+52+109=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #56346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56346D is #A9CB92. Grayscale: #444444. Windows color (decimal): -11127699 or 7156822. OLE color: 7156822.
HSL color Cylindrical-coordinate representation of color #56346D: hue angle of 275.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56346D is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 52 | 109 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.57 |
| HSL | 275.79º | 0.35% | 0.32% | - |
| HSV(B) | 275.79º | 0.52% | 0.43% | - |
| XYZ | 7.83 | 5.54 | 15.12 | - |
| YUV | 68.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 109 | 0.21 | 0.52 | 0 | 0.57 | 275.79 | 0.35 | 0.32 |
| Hex | 56 | 34 | 6D | 15 | 34 | 0 | 39 | 114 | 23 | 20 |
| Octal | 126 | 64 | 155 | 25 | 64 | 0 | 71 | 424 | 43 | 40 |
| Binary | 1010110 | 110100 | 1101101 | 10101 | 110100 | 0 | 111001 | 100010100 | 100011 | 100000 |
Color Harmonies of #56346D
Complementary color
Monochromatic Colors of #56346D
Black with #56346D
Text Example
Text Example
White with #56346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56346D; }
p { color: rgb(86,52,109); }
H1.HeaderClassName
{
color: #56346D;
}
.AnyTagClassName
{
color: #56346D;
}
</style>
background-color css
<style>
a { background-color: #56346D; }
a { background-color: rgb(86,52,109); }
div.DivClassName
{
background-color: #56346D;
}
.BgClassName
{
background-color: #56346D;
}
</style>
border-color css
<style>
span { border-color: #56346D; }
span { border-color: rgb(86,52,109); }
td.TdClassName
{
border-color: #56346D;
}
.TagClassName
{
border-color: #56346D;
}
</style>