Shades of Honey Flower #56336F
Tints of Honey Flower #56336F
RGB
CMYK
RGB Variations
Color information
#56336F (or 0x56336F) is known color: Honey Flower. HEX triplet: 56, 33 and 6F. RGB value is (86,51,111). Sum of RGB (Red+Green+Blue) = 86+51+111=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #56336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56336F is #A9CC90. Grayscale: #444444. Windows color (decimal): -11127953 or 7287638. OLE color: 7287638.
HSL color Cylindrical-coordinate representation of color #56336F: hue angle of 275º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56336F is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 51 | 111 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.56 |
| HSL | 275º | 0.37% | 0.32% | - |
| HSV(B) | 275º | 0.54% | 0.44% | - |
| XYZ | 7.89 | 5.49 | 15.68 | - |
| YUV | 68.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 111 | 0.23 | 0.54 | 0 | 0.56 | 275 | 0.37 | 0.32 |
| Hex | 56 | 33 | 6F | 17 | 36 | 0 | 38 | 113 | 25 | 20 |
| Octal | 126 | 63 | 157 | 27 | 66 | 0 | 70 | 423 | 45 | 40 |
| Binary | 1010110 | 110011 | 1101111 | 10111 | 110110 | 0 | 111000 | 100010011 | 100101 | 100000 |
Color Harmonies of #56336F
Complementary color
Monochromatic Colors of #56336F
Black with #56336F
Text Example
Text Example
White with #56336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56336F; }
p { color: rgb(86,51,111); }
H1.HeaderClassName
{
color: #56336F;
}
.AnyTagClassName
{
color: #56336F;
}
</style>
background-color css
<style>
a { background-color: #56336F; }
a { background-color: rgb(86,51,111); }
div.DivClassName
{
background-color: #56336F;
}
.BgClassName
{
background-color: #56336F;
}
</style>
border-color css
<style>
span { border-color: #56336F; }
span { border-color: rgb(86,51,111); }
td.TdClassName
{
border-color: #56336F;
}
.TagClassName
{
border-color: #56336F;
}
</style>