Shades of Honey Flower #56286E
Tints of Honey Flower #56286E
RGB
CMYK
RGB Variations
Color information
#56286E (or 0x56286E) is known color: Honey Flower. HEX triplet: 56, 28 and 6E. RGB value is (86,40,110). Sum of RGB (Red+Green+Blue) = 86+40+110=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #56286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56286E is #A9D791. Grayscale: #3D3D3D. Windows color (decimal): -11130770 or 7219286. OLE color: 7219286.
HSL color Cylindrical-coordinate representation of color #56286E: hue angle of 279.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56286E is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 40 | 110 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.57 |
| HSL | 279.43º | 0.47% | 0.29% | - |
| HSV(B) | 279.43º | 0.64% | 0.43% | - |
| XYZ | 7.41 | 4.62 | 15.25 | - |
| YUV | 61.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 110 | 0.22 | 0.64 | 0 | 0.57 | 279.43 | 0.47 | 0.29 |
| Hex | 56 | 28 | 6E | 16 | 40 | 0 | 39 | 117 | 2F | 1D |
| Octal | 126 | 50 | 156 | 26 | 100 | 0 | 71 | 427 | 57 | 35 |
| Binary | 1010110 | 101000 | 1101110 | 10110 | 1000000 | 0 | 111001 | 100010111 | 101111 | 11101 |
Color Harmonies of #56286E
Complementary color
Monochromatic Colors of #56286E
Black with #56286E
Text Example
Text Example
White with #56286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56286E; }
p { color: rgb(86,40,110); }
H1.HeaderClassName
{
color: #56286E;
}
.AnyTagClassName
{
color: #56286E;
}
</style>
background-color css
<style>
a { background-color: #56286E; }
a { background-color: rgb(86,40,110); }
div.DivClassName
{
background-color: #56286E;
}
.BgClassName
{
background-color: #56286E;
}
</style>
border-color css
<style>
span { border-color: #56286E; }
span { border-color: rgb(86,40,110); }
td.TdClassName
{
border-color: #56286E;
}
.TagClassName
{
border-color: #56286E;
}
</style>