Shades of Kingfisher Daisy #563D77
Tints of Kingfisher Daisy #563D77
RGB
CMYK
RGB Variations
Color information
#563D77 (or 0x563D77) is known color: Kingfisher Daisy. HEX triplet: 56, 3D and 77. RGB value is (86,61,119). Sum of RGB (Red+Green+Blue) = 86+61+119=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #563D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D77 is #A9C288. Grayscale: #4A4A4A. Windows color (decimal): -11125385 or 7814486. OLE color: 7814486.
HSL color Cylindrical-coordinate representation of color #563D77: hue angle of 265.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563D77 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 61 | 119 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.53 |
| HSL | 265.86º | 0.32% | 0.35% | - |
| HSV(B) | 265.86º | 0.49% | 0.47% | - |
| XYZ | 8.84 | 6.65 | 18.27 | - |
| YUV | 75.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 119 | 0.28 | 0.49 | 0 | 0.53 | 265.86 | 0.32 | 0.35 |
| Hex | 56 | 3D | 77 | 1C | 31 | 0 | 35 | 10A | 20 | 23 |
| Octal | 126 | 75 | 167 | 34 | 61 | 0 | 65 | 412 | 40 | 43 |
| Binary | 1010110 | 111101 | 1110111 | 11100 | 110001 | 0 | 110101 | 100001010 | 100000 | 100011 |
Color Harmonies of #563D77
Complementary color
Monochromatic Colors of #563D77
Black with #563D77
Text Example
Text Example
White with #563D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D77; }
p { color: rgb(86,61,119); }
H1.HeaderClassName
{
color: #563D77;
}
.AnyTagClassName
{
color: #563D77;
}
</style>
background-color css
<style>
a { background-color: #563D77; }
a { background-color: rgb(86,61,119); }
div.DivClassName
{
background-color: #563D77;
}
.BgClassName
{
background-color: #563D77;
}
</style>
border-color css
<style>
span { border-color: #563D77; }
span { border-color: rgb(86,61,119); }
td.TdClassName
{
border-color: #563D77;
}
.TagClassName
{
border-color: #563D77;
}
</style>