Shades of Honey Flower #56376E
Tints of Honey Flower #56376E
RGB
CMYK
RGB Variations
Color information
#56376E (or 0x56376E) is known color: Honey Flower. HEX triplet: 56, 37 and 6E. RGB value is (86,55,110). Sum of RGB (Red+Green+Blue) = 86+55+110=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #56376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56376E is #A9C891. Grayscale: #464646. Windows color (decimal): -11126930 or 7223126. OLE color: 7223126.
HSL color Cylindrical-coordinate representation of color #56376E: hue angle of 273.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56376E is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 55 | 110 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.57 |
| HSL | 273.82º | 0.33% | 0.32% | - |
| HSV(B) | 273.82º | 0.5% | 0.43% | - |
| XYZ | 8.02 | 5.84 | 15.46 | - |
| YUV | 70.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 110 | 0.22 | 0.5 | 0 | 0.57 | 273.82 | 0.33 | 0.32 |
| Hex | 56 | 37 | 6E | 16 | 32 | 0 | 39 | 112 | 21 | 20 |
| Octal | 126 | 67 | 156 | 26 | 62 | 0 | 71 | 422 | 41 | 40 |
| Binary | 1010110 | 110111 | 1101110 | 10110 | 110010 | 0 | 111001 | 100010010 | 100001 | 100000 |
Color Harmonies of #56376E
Complementary color
Monochromatic Colors of #56376E
Black with #56376E
Text Example
Text Example
White with #56376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56376E; }
p { color: rgb(86,55,110); }
H1.HeaderClassName
{
color: #56376E;
}
.AnyTagClassName
{
color: #56376E;
}
</style>
background-color css
<style>
a { background-color: #56376E; }
a { background-color: rgb(86,55,110); }
div.DivClassName
{
background-color: #56376E;
}
.BgClassName
{
background-color: #56376E;
}
</style>
border-color css
<style>
span { border-color: #56376E; }
span { border-color: rgb(86,55,110); }
td.TdClassName
{
border-color: #56376E;
}
.TagClassName
{
border-color: #56376E;
}
</style>