Shades of Honey Flower #563C67
Tints of Honey Flower #563C67
RGB
CMYK
RGB Variations
Color information
#563C67 (or 0x563C67) is known color: Honey Flower. HEX triplet: 56, 3C and 67. RGB value is (86,60,103). Sum of RGB (Red+Green+Blue) = 86+60+103=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #563C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C67 is #A9C398. Grayscale: #484848. Windows color (decimal): -11125657 or 6765654. OLE color: 6765654.
HSL color Cylindrical-coordinate representation of color #563C67: hue angle of 276.28º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563C67 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 60 | 103 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.60 |
| HSL | 276.28º | 0.26% | 0.32% | - |
| HSV(B) | 276.28º | 0.42% | 0.4% | - |
| XYZ | 7.9 | 6.19 | 13.61 | - |
| YUV | 72.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 103 | 0.17 | 0.42 | 0 | 0.60 | 276.28 | 0.26 | 0.32 |
| Hex | 56 | 3C | 67 | 11 | 2A | 0 | 3C | 114 | 1A | 20 |
| Octal | 126 | 74 | 147 | 21 | 52 | 0 | 74 | 424 | 32 | 40 |
| Binary | 1010110 | 111100 | 1100111 | 10001 | 101010 | 0 | 111100 | 100010100 | 11010 | 100000 |
Color Harmonies of #563C67
Complementary color
Monochromatic Colors of #563C67
Black with #563C67
Text Example
Text Example
White with #563C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C67; }
p { color: rgb(86,60,103); }
H1.HeaderClassName
{
color: #563C67;
}
.AnyTagClassName
{
color: #563C67;
}
</style>
background-color css
<style>
a { background-color: #563C67; }
a { background-color: rgb(86,60,103); }
div.DivClassName
{
background-color: #563C67;
}
.BgClassName
{
background-color: #563C67;
}
</style>
border-color css
<style>
span { border-color: #563C67; }
span { border-color: rgb(86,60,103); }
td.TdClassName
{
border-color: #563C67;
}
.TagClassName
{
border-color: #563C67;
}
</style>