Shades of Kingfisher Daisy #563A72
Tints of Kingfisher Daisy #563A72
RGB
CMYK
RGB Variations
Color information
#563A72 (or 0x563A72) is known color: Kingfisher Daisy. HEX triplet: 56, 3A and 72. RGB value is (86,58,114). Sum of RGB (Red+Green+Blue) = 86+58+114=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #563A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A72 is #A9C58D. Grayscale: #484848. Windows color (decimal): -11126158 or 7486038. OLE color: 7486038.
HSL color Cylindrical-coordinate representation of color #563A72: hue angle of 270º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563A72 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 58 | 114 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.55 |
| HSL | 270º | 0.33% | 0.34% | - |
| HSV(B) | 270º | 0.49% | 0.45% | - |
| XYZ | 8.39 | 6.22 | 16.68 | - |
| YUV | 72.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 114 | 0.25 | 0.49 | 0 | 0.55 | 270 | 0.33 | 0.34 |
| Hex | 56 | 3A | 72 | 19 | 31 | 0 | 37 | 10E | 21 | 22 |
| Octal | 126 | 72 | 162 | 31 | 61 | 0 | 67 | 416 | 41 | 42 |
| Binary | 1010110 | 111010 | 1110010 | 11001 | 110001 | 0 | 110111 | 100001110 | 100001 | 100010 |
Color Harmonies of #563A72
Complementary color
Monochromatic Colors of #563A72
Black with #563A72
Text Example
Text Example
White with #563A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A72; }
p { color: rgb(86,58,114); }
H1.HeaderClassName
{
color: #563A72;
}
.AnyTagClassName
{
color: #563A72;
}
</style>
background-color css
<style>
a { background-color: #563A72; }
a { background-color: rgb(86,58,114); }
div.DivClassName
{
background-color: #563A72;
}
.BgClassName
{
background-color: #563A72;
}
</style>
border-color css
<style>
span { border-color: #563A72; }
span { border-color: rgb(86,58,114); }
td.TdClassName
{
border-color: #563A72;
}
.TagClassName
{
border-color: #563A72;
}
</style>