Shades of Kingfisher Daisy #561A8A
Tints of Kingfisher Daisy #561A8A
RGB
CMYK
RGB Variations
Color information
#561A8A (or 0x561A8A) is known color: Kingfisher Daisy. HEX triplet: 56, 1A and 8A. RGB value is (86,26,138). Sum of RGB (Red+Green+Blue) = 86+26+138=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #561A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561A8A is #A9E575. Grayscale: #383838. Windows color (decimal): -11134326 or 9050710. OLE color: 9050710.
HSL color Cylindrical-coordinate representation of color #561A8A: hue angle of 272.14º 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 #561A8A is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 26 | 138 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.46 |
| HSL | 272.14º | 0.68% | 0.32% | - |
| HSV(B) | 272.14º | 0.81% | 0.54% | - |
| XYZ | 8.79 | 4.55 | 24.46 | - |
| YUV | 56.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 138 | 0.38 | 0.81 | 0 | 0.46 | 272.14 | 0.68 | 0.32 |
| Hex | 56 | 1A | 8A | 26 | 51 | 0 | 2E | 110 | 44 | 20 |
| Octal | 126 | 32 | 212 | 46 | 121 | 0 | 56 | 420 | 104 | 40 |
| Binary | 1010110 | 11010 | 10001010 | 100110 | 1010001 | 0 | 101110 | 100010000 | 1000100 | 100000 |
Color Harmonies of #561A8A
Complementary color
Monochromatic Colors of #561A8A
Black with #561A8A
Text Example
Text Example
White with #561A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A8A; }
p { color: rgb(86,26,138); }
H1.HeaderClassName
{
color: #561A8A;
}
.AnyTagClassName
{
color: #561A8A;
}
</style>
background-color css
<style>
a { background-color: #561A8A; }
a { background-color: rgb(86,26,138); }
div.DivClassName
{
background-color: #561A8A;
}
.BgClassName
{
background-color: #561A8A;
}
</style>
border-color css
<style>
span { border-color: #561A8A; }
span { border-color: rgb(86,26,138); }
td.TdClassName
{
border-color: #561A8A;
}
.TagClassName
{
border-color: #561A8A;
}
</style>