Shades of Kingfisher Daisy #563884
Tints of Kingfisher Daisy #563884
RGB
CMYK
RGB Variations
Color information
#563884 (or 0x563884) is known color: Kingfisher Daisy. HEX triplet: 56, 38 and 84. RGB value is (86,56,132). Sum of RGB (Red+Green+Blue) = 86+56+132=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #563884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563884 is #A9C77B. Grayscale: #494949. Windows color (decimal): -11126652 or 8665174. OLE color: 8665174.
HSL color Cylindrical-coordinate representation of color #563884: hue angle of 263.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563884 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 56 | 132 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.48 |
| HSL | 263.68º | 0.4% | 0.37% | - |
| HSV(B) | 263.68º | 0.58% | 0.52% | - |
| XYZ | 9.42 | 6.47 | 22.58 | - |
| YUV | 73.63 | 160.94 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 132 | 0.35 | 0.58 | 0 | 0.48 | 263.68 | 0.4 | 0.37 |
| Hex | 56 | 38 | 84 | 23 | 3A | 0 | 30 | 108 | 28 | 25 |
| Octal | 126 | 70 | 204 | 43 | 72 | 0 | 60 | 410 | 50 | 45 |
| Binary | 1010110 | 111000 | 10000100 | 100011 | 111010 | 0 | 110000 | 100001000 | 101000 | 100101 |
Color Harmonies of #563884
Complementary color
Monochromatic Colors of #563884
Black with #563884
Text Example
Text Example
White with #563884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563884; }
p { color: rgb(86,56,132); }
H1.HeaderClassName
{
color: #563884;
}
.AnyTagClassName
{
color: #563884;
}
</style>
background-color css
<style>
a { background-color: #563884; }
a { background-color: rgb(86,56,132); }
div.DivClassName
{
background-color: #563884;
}
.BgClassName
{
background-color: #563884;
}
</style>
border-color css
<style>
span { border-color: #563884; }
span { border-color: rgb(86,56,132); }
td.TdClassName
{
border-color: #563884;
}
.TagClassName
{
border-color: #563884;
}
</style>