Shades of Kingfisher Daisy #561D85
Tints of Kingfisher Daisy #561D85
RGB
CMYK
RGB Variations
Color information
#561D85 (or 0x561D85) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 85. RGB value is (86,29,133). Sum of RGB (Red+Green+Blue) = 86+29+133=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #561D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D85 is #A9E27A. Grayscale: #393939. Windows color (decimal): -11133563 or 8723798. OLE color: 8723798.
HSL color Cylindrical-coordinate representation of color #561D85: hue angle of 272.88º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561D85 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 29 | 133 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.48 |
| HSL | 272.88º | 0.64% | 0.32% | - |
| HSV(B) | 272.88º | 0.78% | 0.52% | - |
| XYZ | 8.51 | 4.55 | 22.62 | - |
| YUV | 57.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 133 | 0.35 | 0.78 | 0 | 0.48 | 272.88 | 0.64 | 0.32 |
| Hex | 56 | 1D | 85 | 23 | 4E | 0 | 30 | 111 | 40 | 20 |
| Octal | 126 | 35 | 205 | 43 | 116 | 0 | 60 | 421 | 100 | 40 |
| Binary | 1010110 | 11101 | 10000101 | 100011 | 1001110 | 0 | 110000 | 100010001 | 1000000 | 100000 |
Color Harmonies of #561D85
Complementary color
Monochromatic Colors of #561D85
Black with #561D85
Text Example
Text Example
White with #561D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D85; }
p { color: rgb(86,29,133); }
H1.HeaderClassName
{
color: #561D85;
}
.AnyTagClassName
{
color: #561D85;
}
</style>
background-color css
<style>
a { background-color: #561D85; }
a { background-color: rgb(86,29,133); }
div.DivClassName
{
background-color: #561D85;
}
.BgClassName
{
background-color: #561D85;
}
</style>
border-color css
<style>
span { border-color: #561D85; }
span { border-color: rgb(86,29,133); }
td.TdClassName
{
border-color: #561D85;
}
.TagClassName
{
border-color: #561D85;
}
</style>