Shades of Honey Flower #56316E
Tints of Honey Flower #56316E
RGB
CMYK
RGB Variations
Color information
#56316E (or 0x56316E) is known color: Honey Flower. HEX triplet: 56, 31 and 6E. RGB value is (86,49,110). Sum of RGB (Red+Green+Blue) = 86+49+110=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #56316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56316E is #A9CE91. Grayscale: #424242. Windows color (decimal): -11128466 or 7221590. OLE color: 7221590.
HSL color Cylindrical-coordinate representation of color #56316E: hue angle of 276.39º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56316E is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 49 | 110 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.57 |
| HSL | 276.39º | 0.38% | 0.31% | - |
| HSV(B) | 276.39º | 0.55% | 0.43% | - |
| XYZ | 7.75 | 5.3 | 15.37 | - |
| YUV | 67.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 110 | 0.22 | 0.55 | 0 | 0.57 | 276.39 | 0.38 | 0.31 |
| Hex | 56 | 31 | 6E | 16 | 37 | 0 | 39 | 114 | 26 | 1F |
| Octal | 126 | 61 | 156 | 26 | 67 | 0 | 71 | 424 | 46 | 37 |
| Binary | 1010110 | 110001 | 1101110 | 10110 | 110111 | 0 | 111001 | 100010100 | 100110 | 11111 |
Color Harmonies of #56316E
Complementary color
Monochromatic Colors of #56316E
Black with #56316E
Text Example
Text Example
White with #56316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56316E; }
p { color: rgb(86,49,110); }
H1.HeaderClassName
{
color: #56316E;
}
.AnyTagClassName
{
color: #56316E;
}
</style>
background-color css
<style>
a { background-color: #56316E; }
a { background-color: rgb(86,49,110); }
div.DivClassName
{
background-color: #56316E;
}
.BgClassName
{
background-color: #56316E;
}
</style>
border-color css
<style>
span { border-color: #56316E; }
span { border-color: rgb(86,49,110); }
td.TdClassName
{
border-color: #56316E;
}
.TagClassName
{
border-color: #56316E;
}
</style>