Shades of Honey Flower #56396B
Tints of Honey Flower #56396B
RGB
CMYK
RGB Variations
Color information
#56396B (or 0x56396B) is known color: Honey Flower. HEX triplet: 56, 39 and 6B. RGB value is (86,57,107). Sum of RGB (Red+Green+Blue) = 86+57+107=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #56396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56396B is #A9C694. Grayscale: #474747. Windows color (decimal): -11126421 or 7027030. OLE color: 7027030.
HSL color Cylindrical-coordinate representation of color #56396B: hue angle of 274.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56396B is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 57 | 107 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.58 |
| HSL | 274.8º | 0.3% | 0.32% | - |
| HSV(B) | 274.8º | 0.47% | 0.42% | - |
| XYZ | 7.95 | 5.97 | 14.64 | - |
| YUV | 71.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 107 | 0.20 | 0.47 | 0 | 0.58 | 274.8 | 0.3 | 0.32 |
| Hex | 56 | 39 | 6B | 14 | 2F | 0 | 3A | 113 | 1E | 20 |
| Octal | 126 | 71 | 153 | 24 | 57 | 0 | 72 | 423 | 36 | 40 |
| Binary | 1010110 | 111001 | 1101011 | 10100 | 101111 | 0 | 111010 | 100010011 | 11110 | 100000 |
Color Harmonies of #56396B
Complementary color
Monochromatic Colors of #56396B
Black with #56396B
Text Example
Text Example
White with #56396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56396B; }
p { color: rgb(86,57,107); }
H1.HeaderClassName
{
color: #56396B;
}
.AnyTagClassName
{
color: #56396B;
}
</style>
background-color css
<style>
a { background-color: #56396B; }
a { background-color: rgb(86,57,107); }
div.DivClassName
{
background-color: #56396B;
}
.BgClassName
{
background-color: #56396B;
}
</style>
border-color css
<style>
span { border-color: #56396B; }
span { border-color: rgb(86,57,107); }
td.TdClassName
{
border-color: #56396B;
}
.TagClassName
{
border-color: #56396B;
}
</style>