Shades of Honey Flower #56386E
Tints of Honey Flower #56386E
RGB
CMYK
RGB Variations
Color information
#56386E (or 0x56386E) is known color: Honey Flower. HEX triplet: 56, 38 and 6E. RGB value is (86,56,110). Sum of RGB (Red+Green+Blue) = 86+56+110=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #56386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56386E is #A9C791. Grayscale: #464646. Windows color (decimal): -11126674 or 7223382. OLE color: 7223382.
HSL color Cylindrical-coordinate representation of color #56386E: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56386E is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 56 | 110 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.57 |
| HSL | 273.33º | 0.33% | 0.33% | - |
| HSV(B) | 273.33º | 0.49% | 0.43% | - |
| XYZ | 8.07 | 5.93 | 15.47 | - |
| YUV | 71.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 110 | 0.22 | 0.49 | 0 | 0.57 | 273.33 | 0.33 | 0.33 |
| Hex | 56 | 38 | 6E | 16 | 31 | 0 | 39 | 111 | 21 | 21 |
| Octal | 126 | 70 | 156 | 26 | 61 | 0 | 71 | 421 | 41 | 41 |
| Binary | 1010110 | 111000 | 1101110 | 10110 | 110001 | 0 | 111001 | 100010001 | 100001 | 100001 |
Color Harmonies of #56386E
Complementary color
Monochromatic Colors of #56386E
Black with #56386E
Text Example
Text Example
White with #56386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56386E; }
p { color: rgb(86,56,110); }
H1.HeaderClassName
{
color: #56386E;
}
.AnyTagClassName
{
color: #56386E;
}
</style>
background-color css
<style>
a { background-color: #56386E; }
a { background-color: rgb(86,56,110); }
div.DivClassName
{
background-color: #56386E;
}
.BgClassName
{
background-color: #56386E;
}
</style>
border-color css
<style>
span { border-color: #56386E; }
span { border-color: rgb(86,56,110); }
td.TdClassName
{
border-color: #56386E;
}
.TagClassName
{
border-color: #56386E;
}
</style>