Shades of Kingfisher Daisy #561D8B
Tints of Kingfisher Daisy #561D8B
RGB
CMYK
RGB Variations
Color information
#561D8B (or 0x561D8B) is known color: Kingfisher Daisy. HEX triplet: 56, 1D and 8B. RGB value is (86,29,139). Sum of RGB (Red+Green+Blue) = 86+29+139=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #561D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D8B is #A9E274. Grayscale: #3A3A3A. Windows color (decimal): -11133557 or 9117014. OLE color: 9117014.
HSL color Cylindrical-coordinate representation of color #561D8B: hue angle of 271.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561D8B is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 29 | 139 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.45 |
| HSL | 271.09º | 0.65% | 0.33% | - |
| HSV(B) | 271.09º | 0.79% | 0.55% | - |
| XYZ | 8.94 | 4.72 | 24.87 | - |
| YUV | 58.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 139 | 0.38 | 0.79 | 0 | 0.45 | 271.09 | 0.65 | 0.33 |
| Hex | 56 | 1D | 8B | 26 | 4F | 0 | 2D | 10F | 41 | 21 |
| Octal | 126 | 35 | 213 | 46 | 117 | 0 | 55 | 417 | 101 | 41 |
| Binary | 1010110 | 11101 | 10001011 | 100110 | 1001111 | 0 | 101101 | 100001111 | 1000001 | 100001 |
Color Harmonies of #561D8B
Complementary color
Monochromatic Colors of #561D8B
Black with #561D8B
Text Example
Text Example
White with #561D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D8B; }
p { color: rgb(86,29,139); }
H1.HeaderClassName
{
color: #561D8B;
}
.AnyTagClassName
{
color: #561D8B;
}
</style>
background-color css
<style>
a { background-color: #561D8B; }
a { background-color: rgb(86,29,139); }
div.DivClassName
{
background-color: #561D8B;
}
.BgClassName
{
background-color: #561D8B;
}
</style>
border-color css
<style>
span { border-color: #561D8B; }
span { border-color: rgb(86,29,139); }
td.TdClassName
{
border-color: #561D8B;
}
.TagClassName
{
border-color: #561D8B;
}
</style>