Shades of Honey Flower #563B6A
Tints of Honey Flower #563B6A
RGB
CMYK
RGB Variations
Color information
#563B6A (or 0x563B6A) is known color: Honey Flower. HEX triplet: 56, 3B and 6A. RGB value is (86,59,106). Sum of RGB (Red+Green+Blue) = 86+59+106=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #563B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B6A is #A9C495. Grayscale: #484848. Windows color (decimal): -11125910 or 6962006. OLE color: 6962006.
HSL color Cylindrical-coordinate representation of color #563B6A: hue angle of 274.47º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563B6A is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 59 | 106 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.58 |
| HSL | 274.47º | 0.28% | 0.32% | - |
| HSV(B) | 274.47º | 0.44% | 0.42% | - |
| XYZ | 8 | 6.15 | 14.4 | - |
| YUV | 72.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 106 | 0.19 | 0.44 | 0 | 0.58 | 274.47 | 0.28 | 0.32 |
| Hex | 56 | 3B | 6A | 13 | 2C | 0 | 3A | 112 | 1C | 20 |
| Octal | 126 | 73 | 152 | 23 | 54 | 0 | 72 | 422 | 34 | 40 |
| Binary | 1010110 | 111011 | 1101010 | 10011 | 101100 | 0 | 111010 | 100010010 | 11100 | 100000 |
Color Harmonies of #563B6A
Complementary color
Monochromatic Colors of #563B6A
Black with #563B6A
Text Example
Text Example
White with #563B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B6A; }
p { color: rgb(86,59,106); }
H1.HeaderClassName
{
color: #563B6A;
}
.AnyTagClassName
{
color: #563B6A;
}
</style>
background-color css
<style>
a { background-color: #563B6A; }
a { background-color: rgb(86,59,106); }
div.DivClassName
{
background-color: #563B6A;
}
.BgClassName
{
background-color: #563B6A;
}
</style>
border-color css
<style>
span { border-color: #563B6A; }
span { border-color: rgb(86,59,106); }
td.TdClassName
{
border-color: #563B6A;
}
.TagClassName
{
border-color: #563B6A;
}
</style>