Shades of Honey Flower #56286C
Tints of Honey Flower #56286C
RGB
CMYK
RGB Variations
Color information
#56286C (or 0x56286C) is known color: Honey Flower. HEX triplet: 56, 28 and 6C. RGB value is (86,40,108). Sum of RGB (Red+Green+Blue) = 86+40+108=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #56286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56286C is #A9D793. Grayscale: #3D3D3D. Windows color (decimal): -11130772 or 7088214. OLE color: 7088214.
HSL color Cylindrical-coordinate representation of color #56286C: hue angle of 280.59º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56286C is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 40 | 108 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.58 |
| HSL | 280.59º | 0.46% | 0.29% | - |
| HSV(B) | 280.59º | 0.63% | 0.42% | - |
| XYZ | 7.3 | 4.58 | 14.69 | - |
| YUV | 61.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 108 | 0.20 | 0.63 | 0 | 0.58 | 280.59 | 0.46 | 0.29 |
| Hex | 56 | 28 | 6C | 14 | 3F | 0 | 3A | 119 | 2E | 1D |
| Octal | 126 | 50 | 154 | 24 | 77 | 0 | 72 | 431 | 56 | 35 |
| Binary | 1010110 | 101000 | 1101100 | 10100 | 111111 | 0 | 111010 | 100011001 | 101110 | 11101 |
Color Harmonies of #56286C
Complementary color
Monochromatic Colors of #56286C
Black with #56286C
Text Example
Text Example
White with #56286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56286C; }
p { color: rgb(86,40,108); }
H1.HeaderClassName
{
color: #56286C;
}
.AnyTagClassName
{
color: #56286C;
}
</style>
background-color css
<style>
a { background-color: #56286C; }
a { background-color: rgb(86,40,108); }
div.DivClassName
{
background-color: #56286C;
}
.BgClassName
{
background-color: #56286C;
}
</style>
border-color css
<style>
span { border-color: #56286C; }
span { border-color: rgb(86,40,108); }
td.TdClassName
{
border-color: #56286C;
}
.TagClassName
{
border-color: #56286C;
}
</style>