Shades of Kingfisher Daisy #561C80
Tints of Kingfisher Daisy #561C80
RGB
CMYK
RGB Variations
Color information
#561C80 (or 0x561C80) is known color: Kingfisher Daisy. HEX triplet: 56, 1C and 80. RGB value is (86,28,128). Sum of RGB (Red+Green+Blue) = 86+28+128=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #561C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561C80 is #A9E37F. Grayscale: #383838. Windows color (decimal): -11133824 or 8395862. OLE color: 8395862.
HSL color Cylindrical-coordinate representation of color #561C80: hue angle of 274.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561C80 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 28 | 128 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.50 |
| HSL | 274.8º | 0.64% | 0.31% | - |
| HSV(B) | 274.8º | 0.78% | 0.5% | - |
| XYZ | 8.15 | 4.37 | 20.84 | - |
| YUV | 56.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 128 | 0.33 | 0.78 | 0 | 0.50 | 274.8 | 0.64 | 0.31 |
| Hex | 56 | 1C | 80 | 21 | 4E | 0 | 32 | 113 | 40 | 1F |
| Octal | 126 | 34 | 200 | 41 | 116 | 0 | 62 | 423 | 100 | 37 |
| Binary | 1010110 | 11100 | 10000000 | 100001 | 1001110 | 0 | 110010 | 100010011 | 1000000 | 11111 |
Color Harmonies of #561C80
Complementary color
Monochromatic Colors of #561C80
Black with #561C80
Text Example
Text Example
White with #561C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C80; }
p { color: rgb(86,28,128); }
H1.HeaderClassName
{
color: #561C80;
}
.AnyTagClassName
{
color: #561C80;
}
</style>
background-color css
<style>
a { background-color: #561C80; }
a { background-color: rgb(86,28,128); }
div.DivClassName
{
background-color: #561C80;
}
.BgClassName
{
background-color: #561C80;
}
</style>
border-color css
<style>
span { border-color: #561C80; }
span { border-color: rgb(86,28,128); }
td.TdClassName
{
border-color: #561C80;
}
.TagClassName
{
border-color: #561C80;
}
</style>