Shades of Kingfisher Daisy #561C89
Tints of Kingfisher Daisy #561C89
RGB
CMYK
RGB Variations
Color information
#561C89 (or 0x561C89) is known color: Kingfisher Daisy. HEX triplet: 56, 1C and 89. RGB value is (86,28,137). Sum of RGB (Red+Green+Blue) = 86+28+137=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #561C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C89 is #A9E376. Grayscale: #393939. Windows color (decimal): -11133815 or 8985686. OLE color: 8985686.
HSL color Cylindrical-coordinate representation of color #561C89: hue angle of 271.93º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561C89 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 28 | 137 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.46 |
| HSL | 271.93º | 0.66% | 0.32% | - |
| HSV(B) | 271.93º | 0.8% | 0.54% | - |
| XYZ | 8.77 | 4.62 | 24.1 | - |
| YUV | 57.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 137 | 0.37 | 0.80 | 0 | 0.46 | 271.93 | 0.66 | 0.32 |
| Hex | 56 | 1C | 89 | 25 | 50 | 0 | 2E | 110 | 42 | 20 |
| Octal | 126 | 34 | 211 | 45 | 120 | 0 | 56 | 420 | 102 | 40 |
| Binary | 1010110 | 11100 | 10001001 | 100101 | 1010000 | 0 | 101110 | 100010000 | 1000010 | 100000 |
Color Harmonies of #561C89
Complementary color
Monochromatic Colors of #561C89
Black with #561C89
Text Example
Text Example
White with #561C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C89; }
p { color: rgb(86,28,137); }
H1.HeaderClassName
{
color: #561C89;
}
.AnyTagClassName
{
color: #561C89;
}
</style>
background-color css
<style>
a { background-color: #561C89; }
a { background-color: rgb(86,28,137); }
div.DivClassName
{
background-color: #561C89;
}
.BgClassName
{
background-color: #561C89;
}
</style>
border-color css
<style>
span { border-color: #561C89; }
span { border-color: rgb(86,28,137); }
td.TdClassName
{
border-color: #561C89;
}
.TagClassName
{
border-color: #561C89;
}
</style>