Shades of Honey Flower #56356A
Tints of Honey Flower #56356A
RGB
CMYK
RGB Variations
Color information
#56356A (or 0x56356A) is known color: Honey Flower. HEX triplet: 56, 35 and 6A. RGB value is (86,53,106). Sum of RGB (Red+Green+Blue) = 86+53+106=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #56356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56356A is #A9CA95. Grayscale: #444444. Windows color (decimal): -11127446 or 6960470. OLE color: 6960470.
HSL color Cylindrical-coordinate representation of color #56356A: hue angle of 277.36º degrees, saturation: 0.33, 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 #56356A is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 53 | 106 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.58 |
| HSL | 277.36º | 0.33% | 0.31% | - |
| HSV(B) | 277.36º | 0.5% | 0.42% | - |
| XYZ | 7.71 | 5.57 | 14.3 | - |
| YUV | 68.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 106 | 0.19 | 0.5 | 0 | 0.58 | 277.36 | 0.33 | 0.31 |
| Hex | 56 | 35 | 6A | 13 | 32 | 0 | 3A | 115 | 21 | 1F |
| Octal | 126 | 65 | 152 | 23 | 62 | 0 | 72 | 425 | 41 | 37 |
| Binary | 1010110 | 110101 | 1101010 | 10011 | 110010 | 0 | 111010 | 100010101 | 100001 | 11111 |
Color Harmonies of #56356A
Complementary color
Monochromatic Colors of #56356A
Black with #56356A
Text Example
Text Example
White with #56356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56356A; }
p { color: rgb(86,53,106); }
H1.HeaderClassName
{
color: #56356A;
}
.AnyTagClassName
{
color: #56356A;
}
</style>
background-color css
<style>
a { background-color: #56356A; }
a { background-color: rgb(86,53,106); }
div.DivClassName
{
background-color: #56356A;
}
.BgClassName
{
background-color: #56356A;
}
</style>
border-color css
<style>
span { border-color: #56356A; }
span { border-color: rgb(86,53,106); }
td.TdClassName
{
border-color: #56356A;
}
.TagClassName
{
border-color: #56356A;
}
</style>