Shades of Honey Flower #563E6A
Tints of Honey Flower #563E6A
RGB
CMYK
RGB Variations
Color information
#563E6A (or 0x563E6A) is known color: Honey Flower. HEX triplet: 56, 3E and 6A. RGB value is (86,62,106). Sum of RGB (Red+Green+Blue) = 86+62+106=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #563E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E6A is #A9C195. Grayscale: #4A4A4A. Windows color (decimal): -11125142 or 6962774. OLE color: 6962774.
HSL color Cylindrical-coordinate representation of color #563E6A: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563E6A is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 62 | 106 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.58 |
| HSL | 272.73º | 0.26% | 0.33% | - |
| HSV(B) | 272.73º | 0.42% | 0.42% | - |
| XYZ | 8.16 | 6.46 | 14.45 | - |
| YUV | 74.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 106 | 0.19 | 0.42 | 0 | 0.58 | 272.73 | 0.26 | 0.33 |
| Hex | 56 | 3E | 6A | 13 | 2A | 0 | 3A | 111 | 1A | 21 |
| Octal | 126 | 76 | 152 | 23 | 52 | 0 | 72 | 421 | 32 | 41 |
| Binary | 1010110 | 111110 | 1101010 | 10011 | 101010 | 0 | 111010 | 100010001 | 11010 | 100001 |
Color Harmonies of #563E6A
Complementary color
Monochromatic Colors of #563E6A
Black with #563E6A
Text Example
Text Example
White with #563E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E6A; }
p { color: rgb(86,62,106); }
H1.HeaderClassName
{
color: #563E6A;
}
.AnyTagClassName
{
color: #563E6A;
}
</style>
background-color css
<style>
a { background-color: #563E6A; }
a { background-color: rgb(86,62,106); }
div.DivClassName
{
background-color: #563E6A;
}
.BgClassName
{
background-color: #563E6A;
}
</style>
border-color css
<style>
span { border-color: #563E6A; }
span { border-color: rgb(86,62,106); }
td.TdClassName
{
border-color: #563E6A;
}
.TagClassName
{
border-color: #563E6A;
}
</style>