Shades of Honey Flower #56276A
Tints of Honey Flower #56276A
RGB
CMYK
RGB Variations
Color information
#56276A (or 0x56276A) is known color: Honey Flower. HEX triplet: 56, 27 and 6A. RGB value is (86,39,106). Sum of RGB (Red+Green+Blue) = 86+39+106=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #56276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56276A is #A9D895. Grayscale: #3C3C3C. Windows color (decimal): -11131030 or 6956886. OLE color: 6956886.
HSL color Cylindrical-coordinate representation of color #56276A: hue angle of 282.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56276A is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 39 | 106 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.58 |
| HSL | 282.09º | 0.46% | 0.28% | - |
| HSV(B) | 282.09º | 0.63% | 0.42% | - |
| XYZ | 7.16 | 4.47 | 14.12 | - |
| YUV | 60.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 106 | 0.19 | 0.63 | 0 | 0.58 | 282.09 | 0.46 | 0.28 |
| Hex | 56 | 27 | 6A | 13 | 3F | 0 | 3A | 11A | 2E | 1C |
| Octal | 126 | 47 | 152 | 23 | 77 | 0 | 72 | 432 | 56 | 34 |
| Binary | 1010110 | 100111 | 1101010 | 10011 | 111111 | 0 | 111010 | 100011010 | 101110 | 11100 |
Color Harmonies of #56276A
Complementary color
Monochromatic Colors of #56276A
Black with #56276A
Text Example
Text Example
White with #56276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56276A; }
p { color: rgb(86,39,106); }
H1.HeaderClassName
{
color: #56276A;
}
.AnyTagClassName
{
color: #56276A;
}
</style>
background-color css
<style>
a { background-color: #56276A; }
a { background-color: rgb(86,39,106); }
div.DivClassName
{
background-color: #56276A;
}
.BgClassName
{
background-color: #56276A;
}
</style>
border-color css
<style>
span { border-color: #56276A; }
span { border-color: rgb(86,39,106); }
td.TdClassName
{
border-color: #56276A;
}
.TagClassName
{
border-color: #56276A;
}
</style>