Shades of Kingfisher Daisy #563A77
Tints of Kingfisher Daisy #563A77
RGB
CMYK
RGB Variations
Color information
#563A77 (or 0x563A77) is known color: Kingfisher Daisy. HEX triplet: 56, 3A and 77. RGB value is (86,58,119). Sum of RGB (Red+Green+Blue) = 86+58+119=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #563A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A77 is #A9C588. Grayscale: #494949. Windows color (decimal): -11126153 or 7813718. OLE color: 7813718.
HSL color Cylindrical-coordinate representation of color #563A77: hue angle of 267.54º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563A77 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 58 | 119 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.53 |
| HSL | 267.54º | 0.34% | 0.35% | - |
| HSV(B) | 267.54º | 0.51% | 0.47% | - |
| XYZ | 8.68 | 6.34 | 18.22 | - |
| YUV | 73.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 119 | 0.28 | 0.51 | 0 | 0.53 | 267.54 | 0.34 | 0.35 |
| Hex | 56 | 3A | 77 | 1C | 33 | 0 | 35 | 10C | 22 | 23 |
| Octal | 126 | 72 | 167 | 34 | 63 | 0 | 65 | 414 | 42 | 43 |
| Binary | 1010110 | 111010 | 1110111 | 11100 | 110011 | 0 | 110101 | 100001100 | 100010 | 100011 |
Color Harmonies of #563A77
Complementary color
Monochromatic Colors of #563A77
Black with #563A77
Text Example
Text Example
White with #563A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A77; }
p { color: rgb(86,58,119); }
H1.HeaderClassName
{
color: #563A77;
}
.AnyTagClassName
{
color: #563A77;
}
</style>
background-color css
<style>
a { background-color: #563A77; }
a { background-color: rgb(86,58,119); }
div.DivClassName
{
background-color: #563A77;
}
.BgClassName
{
background-color: #563A77;
}
</style>
border-color css
<style>
span { border-color: #563A77; }
span { border-color: rgb(86,58,119); }
td.TdClassName
{
border-color: #563A77;
}
.TagClassName
{
border-color: #563A77;
}
</style>