Shades of Kingfisher Daisy #561A89
Tints of Kingfisher Daisy #561A89
RGB
CMYK
RGB Variations
Color information
#561A89 (or 0x561A89) is known color: Kingfisher Daisy. HEX triplet: 56, 1A and 89. RGB value is (86,26,137). Sum of RGB (Red+Green+Blue) = 86+26+137=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #561A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A89 is #A9E576. Grayscale: #383838. Windows color (decimal): -11134327 or 8985174. OLE color: 8985174.
HSL color Cylindrical-coordinate representation of color #561A89: hue angle of 272.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561A89 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 26 | 137 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.46 |
| HSL | 272.43º | 0.68% | 0.32% | - |
| HSV(B) | 272.43º | 0.81% | 0.54% | - |
| XYZ | 8.72 | 4.52 | 24.08 | - |
| YUV | 56.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 137 | 0.37 | 0.81 | 0 | 0.46 | 272.43 | 0.68 | 0.32 |
| Hex | 56 | 1A | 89 | 25 | 51 | 0 | 2E | 110 | 44 | 20 |
| Octal | 126 | 32 | 211 | 45 | 121 | 0 | 56 | 420 | 104 | 40 |
| Binary | 1010110 | 11010 | 10001001 | 100101 | 1010001 | 0 | 101110 | 100010000 | 1000100 | 100000 |
Color Harmonies of #561A89
Complementary color
Monochromatic Colors of #561A89
Black with #561A89
Text Example
Text Example
White with #561A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A89; }
p { color: rgb(86,26,137); }
H1.HeaderClassName
{
color: #561A89;
}
.AnyTagClassName
{
color: #561A89;
}
</style>
background-color css
<style>
a { background-color: #561A89; }
a { background-color: rgb(86,26,137); }
div.DivClassName
{
background-color: #561A89;
}
.BgClassName
{
background-color: #561A89;
}
</style>
border-color css
<style>
span { border-color: #561A89; }
span { border-color: rgb(86,26,137); }
td.TdClassName
{
border-color: #561A89;
}
.TagClassName
{
border-color: #561A89;
}
</style>