Shades of Honey Flower #56415F
Tints of Honey Flower #56415F
RGB
CMYK
RGB Variations
Color information
#56415F (or 0x56415F) is known color: Honey Flower. HEX triplet: 56, 41 and 5F. RGB value is (86,65,95). Sum of RGB (Red+Green+Blue) = 86+65+95=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #56415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56415F is #A9BEA0. Grayscale: #4A4A4A. Windows color (decimal): -11124385 or 6242646. OLE color: 6242646.
HSL color Cylindrical-coordinate representation of color #56415F: hue angle of 282º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56415F is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 65 | 95 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.63 |
| HSL | 282º | 0.19% | 0.31% | - |
| HSV(B) | 282º | 0.32% | 0.37% | - |
| XYZ | 7.79 | 6.59 | 11.69 | - |
| YUV | 74.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 95 | 0.09 | 0.32 | 0 | 0.63 | 282 | 0.19 | 0.31 |
| Hex | 56 | 41 | 5F | 9 | 20 | 0 | 3F | 11A | 13 | 1F |
| Octal | 126 | 101 | 137 | 11 | 40 | 0 | 77 | 432 | 23 | 37 |
| Binary | 1010110 | 1000001 | 1011111 | 1001 | 100000 | 0 | 111111 | 100011010 | 10011 | 11111 |
Color Harmonies of #56415F
Complementary color
Monochromatic Colors of #56415F
Black with #56415F
Text Example
Text Example
White with #56415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56415F; }
p { color: rgb(86,65,95); }
H1.HeaderClassName
{
color: #56415F;
}
.AnyTagClassName
{
color: #56415F;
}
</style>
background-color css
<style>
a { background-color: #56415F; }
a { background-color: rgb(86,65,95); }
div.DivClassName
{
background-color: #56415F;
}
.BgClassName
{
background-color: #56415F;
}
</style>
border-color css
<style>
span { border-color: #56415F; }
span { border-color: rgb(86,65,95); }
td.TdClassName
{
border-color: #56415F;
}
.TagClassName
{
border-color: #56415F;
}
</style>