Shades of Honey Flower #56356B
Tints of Honey Flower #56356B
RGB
CMYK
RGB Variations
Color information
#56356B (or 0x56356B) is known color: Honey Flower. HEX triplet: 56, 35 and 6B. RGB value is (86,53,107). Sum of RGB (Red+Green+Blue) = 86+53+107=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #56356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56356B is #A9CA94. Grayscale: #444444. Windows color (decimal): -11127445 or 7026006. OLE color: 7026006.
HSL color Cylindrical-coordinate representation of color #56356B: hue angle of 276.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56356B is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 53 | 107 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.58 |
| HSL | 276.67º | 0.34% | 0.31% | - |
| HSV(B) | 276.67º | 0.5% | 0.42% | - |
| XYZ | 7.76 | 5.59 | 14.58 | - |
| YUV | 69.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 107 | 0.20 | 0.50 | 0 | 0.58 | 276.67 | 0.34 | 0.31 |
| Hex | 56 | 35 | 6B | 14 | 32 | 0 | 3A | 115 | 22 | 1F |
| Octal | 126 | 65 | 153 | 24 | 62 | 0 | 72 | 425 | 42 | 37 |
| Binary | 1010110 | 110101 | 1101011 | 10100 | 110010 | 0 | 111010 | 100010101 | 100010 | 11111 |
Color Harmonies of #56356B
Complementary color
Monochromatic Colors of #56356B
Black with #56356B
Text Example
Text Example
White with #56356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56356B; }
p { color: rgb(86,53,107); }
H1.HeaderClassName
{
color: #56356B;
}
.AnyTagClassName
{
color: #56356B;
}
</style>
background-color css
<style>
a { background-color: #56356B; }
a { background-color: rgb(86,53,107); }
div.DivClassName
{
background-color: #56356B;
}
.BgClassName
{
background-color: #56356B;
}
</style>
border-color css
<style>
span { border-color: #56356B; }
span { border-color: rgb(86,53,107); }
td.TdClassName
{
border-color: #56356B;
}
.TagClassName
{
border-color: #56356B;
}
</style>