Shades of Daisy Bush #561CA1
Tints of Daisy Bush #561CA1
RGB
CMYK
RGB Variations
Color information
#561CA1 (or 0x561CA1) is known color: Daisy Bush. HEX triplet: 56, 1C and A1. RGB value is (86,28,161). Sum of RGB (Red+Green+Blue) = 86+28+161=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #561CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561CA1 is #A9E35E. Grayscale: #3C3C3C. Windows color (decimal): -11133791 or 10558550. OLE color: 10558550.
HSL color Cylindrical-coordinate representation of color #561CA1: hue angle of 266.17º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561CA1 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 28 | 161 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.37 |
| HSL | 266.17º | 0.7% | 0.37% | - |
| HSV(B) | 266.17º | 0.83% | 0.63% | - |
| XYZ | 10.69 | 5.38 | 34.19 | - |
| YUV | 60.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 161 | 0.47 | 0.83 | 0 | 0.37 | 266.17 | 0.7 | 0.37 |
| Hex | 56 | 1C | A1 | 2F | 53 | 0 | 25 | 10A | 46 | 25 |
| Octal | 126 | 34 | 241 | 57 | 123 | 0 | 45 | 412 | 106 | 45 |
| Binary | 1010110 | 11100 | 10100001 | 101111 | 1010011 | 0 | 100101 | 100001010 | 1000110 | 100101 |
Color Harmonies of #561CA1
Complementary color
Monochromatic Colors of #561CA1
Black with #561CA1
Text Example
Text Example
White with #561CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561CA1; }
p { color: rgb(86,28,161); }
H1.HeaderClassName
{
color: #561CA1;
}
.AnyTagClassName
{
color: #561CA1;
}
</style>
background-color css
<style>
a { background-color: #561CA1; }
a { background-color: rgb(86,28,161); }
div.DivClassName
{
background-color: #561CA1;
}
.BgClassName
{
background-color: #561CA1;
}
</style>
border-color css
<style>
span { border-color: #561CA1; }
span { border-color: rgb(86,28,161); }
td.TdClassName
{
border-color: #561CA1;
}
.TagClassName
{
border-color: #561CA1;
}
</style>