Shades of Kingfisher Daisy #563E82
Tints of Kingfisher Daisy #563E82
RGB
CMYK
RGB Variations
Color information
#563E82 (or 0x563E82) is known color: Kingfisher Daisy. HEX triplet: 56, 3E and 82. RGB value is (86,62,130). Sum of RGB (Red+Green+Blue) = 86+62+130=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #563E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563E82 is #A9C17D. Grayscale: #4C4C4C. Windows color (decimal): -11125118 or 8535638. OLE color: 8535638.
HSL color Cylindrical-coordinate representation of color #563E82: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #563E82 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 62 | 130 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.49 |
| HSL | 261.18º | 0.35% | 0.38% | - |
| HSV(B) | 261.18º | 0.52% | 0.51% | - |
| XYZ | 9.59 | 7.04 | 21.97 | - |
| YUV | 76.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 130 | 0.34 | 0.52 | 0 | 0.49 | 261.18 | 0.35 | 0.38 |
| Hex | 56 | 3E | 82 | 22 | 34 | 0 | 31 | 105 | 23 | 26 |
| Octal | 126 | 76 | 202 | 42 | 64 | 0 | 61 | 405 | 43 | 46 |
| Binary | 1010110 | 111110 | 10000010 | 100010 | 110100 | 0 | 110001 | 100000101 | 100011 | 100110 |
Color Harmonies of #563E82
Complementary color
Monochromatic Colors of #563E82
Black with #563E82
Text Example
Text Example
White with #563E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E82; }
p { color: rgb(86,62,130); }
H1.HeaderClassName
{
color: #563E82;
}
.AnyTagClassName
{
color: #563E82;
}
</style>
background-color css
<style>
a { background-color: #563E82; }
a { background-color: rgb(86,62,130); }
div.DivClassName
{
background-color: #563E82;
}
.BgClassName
{
background-color: #563E82;
}
</style>
border-color css
<style>
span { border-color: #563E82; }
span { border-color: rgb(86,62,130); }
td.TdClassName
{
border-color: #563E82;
}
.TagClassName
{
border-color: #563E82;
}
</style>