Shades of Honey Flower #56366A
Tints of Honey Flower #56366A
RGB
CMYK
RGB Variations
Color information
#56366A (or 0x56366A) is known color: Honey Flower. HEX triplet: 56, 36 and 6A. RGB value is (86,54,106). Sum of RGB (Red+Green+Blue) = 86+54+106=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #56366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56366A is #A9C995. Grayscale: #454545. Windows color (decimal): -11127190 or 6960726. OLE color: 6960726.
HSL color Cylindrical-coordinate representation of color #56366A: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56366A is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 54 | 106 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.58 |
| HSL | 276.92º | 0.33% | 0.31% | - |
| HSV(B) | 276.92º | 0.49% | 0.42% | - |
| XYZ | 7.76 | 5.66 | 14.32 | - |
| YUV | 69.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 106 | 0.19 | 0.49 | 0 | 0.58 | 276.92 | 0.33 | 0.31 |
| Hex | 56 | 36 | 6A | 13 | 31 | 0 | 3A | 115 | 20 | 1F |
| Octal | 126 | 66 | 152 | 23 | 61 | 0 | 72 | 425 | 40 | 37 |
| Binary | 1010110 | 110110 | 1101010 | 10011 | 110001 | 0 | 111010 | 100010101 | 100000 | 11111 |
Color Harmonies of #56366A
Complementary color
Monochromatic Colors of #56366A
Black with #56366A
Text Example
Text Example
White with #56366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56366A; }
p { color: rgb(86,54,106); }
H1.HeaderClassName
{
color: #56366A;
}
.AnyTagClassName
{
color: #56366A;
}
</style>
background-color css
<style>
a { background-color: #56366A; }
a { background-color: rgb(86,54,106); }
div.DivClassName
{
background-color: #56366A;
}
.BgClassName
{
background-color: #56366A;
}
</style>
border-color css
<style>
span { border-color: #56366A; }
span { border-color: rgb(86,54,106); }
td.TdClassName
{
border-color: #56366A;
}
.TagClassName
{
border-color: #56366A;
}
</style>