Shades of Honey Flower #56276C
Tints of Honey Flower #56276C
RGB
CMYK
RGB Variations
Color information
#56276C (or 0x56276C) is known color: Honey Flower. HEX triplet: 56, 27 and 6C. RGB value is (86,39,108). Sum of RGB (Red+Green+Blue) = 86+39+108=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #56276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56276C is #A9D893. Grayscale: #3C3C3C. Windows color (decimal): -11131028 or 7087958. OLE color: 7087958.
HSL color Cylindrical-coordinate representation of color #56276C: hue angle of 280.87º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56276C is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 39 | 108 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.58 |
| HSL | 280.87º | 0.47% | 0.29% | - |
| HSV(B) | 280.87º | 0.64% | 0.42% | - |
| XYZ | 7.27 | 4.51 | 14.68 | - |
| YUV | 60.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 108 | 0.20 | 0.64 | 0 | 0.58 | 280.87 | 0.47 | 0.29 |
| Hex | 56 | 27 | 6C | 14 | 40 | 0 | 3A | 119 | 2F | 1D |
| Octal | 126 | 47 | 154 | 24 | 100 | 0 | 72 | 431 | 57 | 35 |
| Binary | 1010110 | 100111 | 1101100 | 10100 | 1000000 | 0 | 111010 | 100011001 | 101111 | 11101 |
Color Harmonies of #56276C
Complementary color
Monochromatic Colors of #56276C
Black with #56276C
Text Example
Text Example
White with #56276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56276C; }
p { color: rgb(86,39,108); }
H1.HeaderClassName
{
color: #56276C;
}
.AnyTagClassName
{
color: #56276C;
}
</style>
background-color css
<style>
a { background-color: #56276C; }
a { background-color: rgb(86,39,108); }
div.DivClassName
{
background-color: #56276C;
}
.BgClassName
{
background-color: #56276C;
}
</style>
border-color css
<style>
span { border-color: #56276C; }
span { border-color: rgb(86,39,108); }
td.TdClassName
{
border-color: #56276C;
}
.TagClassName
{
border-color: #56276C;
}
</style>