Shades of Daisy Bush #5221A1
Tints of Daisy Bush #5221A1
RGB
CMYK
RGB Variations
Color information
#5221A1 (or 0x5221A1) is known color: Daisy Bush. HEX triplet: 52, 21 and A1. RGB value is (82,33,161). Sum of RGB (Red+Green+Blue) = 82+33+161=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #5221A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5221A1 is #ADDE5E. Grayscale: #3D3D3D. Windows color (decimal): -11394655 or 10559826. OLE color: 10559826.
HSL color Cylindrical-coordinate representation of color #5221A1: hue angle of 262.97º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5221A1 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 33 | 161 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.37 |
| HSL | 262.97º | 0.66% | 0.38% | - |
| HSV(B) | 262.97º | 0.8% | 0.63% | - |
| XYZ | 10.46 | 5.45 | 34.22 | - |
| YUV | 62.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 161 | 0.49 | 0.80 | 0 | 0.37 | 262.97 | 0.66 | 0.38 |
| Hex | 52 | 21 | A1 | 31 | 50 | 0 | 25 | 107 | 42 | 26 |
| Octal | 122 | 41 | 241 | 61 | 120 | 0 | 45 | 407 | 102 | 46 |
| Binary | 1010010 | 100001 | 10100001 | 110001 | 1010000 | 0 | 100101 | 100000111 | 1000010 | 100110 |
Color Harmonies of #5221A1
Complementary color
Monochromatic Colors of #5221A1
Black with #5221A1
Text Example
Text Example
White with #5221A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221A1; }
p { color: rgb(82,33,161); }
H1.HeaderClassName
{
color: #5221A1;
}
.AnyTagClassName
{
color: #5221A1;
}
</style>
background-color css
<style>
a { background-color: #5221A1; }
a { background-color: rgb(82,33,161); }
div.DivClassName
{
background-color: #5221A1;
}
.BgClassName
{
background-color: #5221A1;
}
</style>
border-color css
<style>
span { border-color: #5221A1; }
span { border-color: rgb(82,33,161); }
td.TdClassName
{
border-color: #5221A1;
}
.TagClassName
{
border-color: #5221A1;
}
</style>