Shades of Kingfisher Daisy #563A7C
Tints of Kingfisher Daisy #563A7C
RGB
CMYK
RGB Variations
Color information
#563A7C (or 0x563A7C) is known color: Kingfisher Daisy. HEX triplet: 56, 3A and 7C. RGB value is (86,58,124). Sum of RGB (Red+Green+Blue) = 86+58+124=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #563A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A7C is #A9C583. Grayscale: #494949. Windows color (decimal): -11126148 or 8141398. OLE color: 8141398.
HSL color Cylindrical-coordinate representation of color #563A7C: hue angle of 265.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563A7C is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 58 | 124 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.51 |
| HSL | 265.45º | 0.36% | 0.36% | - |
| HSV(B) | 265.45º | 0.53% | 0.49% | - |
| XYZ | 8.99 | 6.46 | 19.84 | - |
| YUV | 73.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 124 | 0.31 | 0.53 | 0 | 0.51 | 265.45 | 0.36 | 0.36 |
| Hex | 56 | 3A | 7C | 1F | 35 | 0 | 33 | 109 | 24 | 24 |
| Octal | 126 | 72 | 174 | 37 | 65 | 0 | 63 | 411 | 44 | 44 |
| Binary | 1010110 | 111010 | 1111100 | 11111 | 110101 | 0 | 110011 | 100001001 | 100100 | 100100 |
Color Harmonies of #563A7C
Complementary color
Monochromatic Colors of #563A7C
Black with #563A7C
Text Example
Text Example
White with #563A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A7C; }
p { color: rgb(86,58,124); }
H1.HeaderClassName
{
color: #563A7C;
}
.AnyTagClassName
{
color: #563A7C;
}
</style>
background-color css
<style>
a { background-color: #563A7C; }
a { background-color: rgb(86,58,124); }
div.DivClassName
{
background-color: #563A7C;
}
.BgClassName
{
background-color: #563A7C;
}
</style>
border-color css
<style>
span { border-color: #563A7C; }
span { border-color: rgb(86,58,124); }
td.TdClassName
{
border-color: #563A7C;
}
.TagClassName
{
border-color: #563A7C;
}
</style>