Shades of Honey Flower #563C6D
Tints of Honey Flower #563C6D
RGB
CMYK
RGB Variations
Color information
#563C6D (or 0x563C6D) is known color: Honey Flower. HEX triplet: 56, 3C and 6D. RGB value is (86,60,109). Sum of RGB (Red+Green+Blue) = 86+60+109=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #563C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C6D is #A9C392. Grayscale: #494949. Windows color (decimal): -11125651 or 7158870. OLE color: 7158870.
HSL color Cylindrical-coordinate representation of color #563C6D: hue angle of 271.84º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #563C6D is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 60 | 109 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.57 |
| HSL | 271.84º | 0.29% | 0.33% | - |
| HSV(B) | 271.84º | 0.45% | 0.43% | - |
| XYZ | 8.21 | 6.31 | 15.25 | - |
| YUV | 73.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 109 | 0.21 | 0.45 | 0 | 0.57 | 271.84 | 0.29 | 0.33 |
| Hex | 56 | 3C | 6D | 15 | 2D | 0 | 39 | 110 | 1D | 21 |
| Octal | 126 | 74 | 155 | 25 | 55 | 0 | 71 | 420 | 35 | 41 |
| Binary | 1010110 | 111100 | 1101101 | 10101 | 101101 | 0 | 111001 | 100010000 | 11101 | 100001 |
Color Harmonies of #563C6D
Complementary color
Monochromatic Colors of #563C6D
Black with #563C6D
Text Example
Text Example
White with #563C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C6D; }
p { color: rgb(86,60,109); }
H1.HeaderClassName
{
color: #563C6D;
}
.AnyTagClassName
{
color: #563C6D;
}
</style>
background-color css
<style>
a { background-color: #563C6D; }
a { background-color: rgb(86,60,109); }
div.DivClassName
{
background-color: #563C6D;
}
.BgClassName
{
background-color: #563C6D;
}
</style>
border-color css
<style>
span { border-color: #563C6D; }
span { border-color: rgb(86,60,109); }
td.TdClassName
{
border-color: #563C6D;
}
.TagClassName
{
border-color: #563C6D;
}
</style>