Shades of Honey Flower #56266F
Tints of Honey Flower #56266F
RGB
CMYK
RGB Variations
Color information
#56266F (or 0x56266F) is known color: Honey Flower. HEX triplet: 56, 26 and 6F. RGB value is (86,38,111). Sum of RGB (Red+Green+Blue) = 86+38+111=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #56266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56266F is #A9D990. Grayscale: #3C3C3C. Windows color (decimal): -11131281 or 7284310. OLE color: 7284310.
HSL color Cylindrical-coordinate representation of color #56266F: hue angle of 279.45º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56266F is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 38 | 111 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.56 |
| HSL | 279.45º | 0.49% | 0.29% | - |
| HSV(B) | 279.45º | 0.66% | 0.44% | - |
| XYZ | 7.4 | 4.51 | 15.52 | - |
| YUV | 60.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 111 | 0.23 | 0.66 | 0 | 0.56 | 279.45 | 0.49 | 0.29 |
| Hex | 56 | 26 | 6F | 17 | 42 | 0 | 38 | 117 | 31 | 1D |
| Octal | 126 | 46 | 157 | 27 | 102 | 0 | 70 | 427 | 61 | 35 |
| Binary | 1010110 | 100110 | 1101111 | 10111 | 1000010 | 0 | 111000 | 100010111 | 110001 | 11101 |
Color Harmonies of #56266F
Complementary color
Monochromatic Colors of #56266F
Black with #56266F
Text Example
Text Example
White with #56266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56266F; }
p { color: rgb(86,38,111); }
H1.HeaderClassName
{
color: #56266F;
}
.AnyTagClassName
{
color: #56266F;
}
</style>
background-color css
<style>
a { background-color: #56266F; }
a { background-color: rgb(86,38,111); }
div.DivClassName
{
background-color: #56266F;
}
.BgClassName
{
background-color: #56266F;
}
</style>
border-color css
<style>
span { border-color: #56266F; }
span { border-color: rgb(86,38,111); }
td.TdClassName
{
border-color: #56266F;
}
.TagClassName
{
border-color: #56266F;
}
</style>