Shades of Daisy Bush #5522A1
Tints of Daisy Bush #5522A1
RGB
CMYK
RGB Variations
Color information
#5522A1 (or 0x5522A1) is known color: Daisy Bush. HEX triplet: 55, 22 and A1. RGB value is (85,34,161). Sum of RGB (Red+Green+Blue) = 85+34+161=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #5522A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5522A1 is #AADD5E. Grayscale: #3F3F3F. Windows color (decimal): -11197791 or 10560085. OLE color: 10560085.
HSL color Cylindrical-coordinate representation of color #5522A1: hue angle of 264.09º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5522A1 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 34 | 161 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.37 |
| HSL | 264.09º | 0.65% | 0.38% | - |
| HSV(B) | 264.09º | 0.79% | 0.63% | - |
| XYZ | 10.75 | 5.65 | 34.24 | - |
| YUV | 63.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 161 | 0.47 | 0.79 | 0 | 0.37 | 264.09 | 0.65 | 0.38 |
| Hex | 55 | 22 | A1 | 2F | 4F | 0 | 25 | 108 | 41 | 26 |
| Octal | 125 | 42 | 241 | 57 | 117 | 0 | 45 | 410 | 101 | 46 |
| Binary | 1010101 | 100010 | 10100001 | 101111 | 1001111 | 0 | 100101 | 100001000 | 1000001 | 100110 |
Color Harmonies of #5522A1
Complementary color
Monochromatic Colors of #5522A1
Black with #5522A1
Text Example
Text Example
White with #5522A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522A1; }
p { color: rgb(85,34,161); }
H1.HeaderClassName
{
color: #5522A1;
}
.AnyTagClassName
{
color: #5522A1;
}
</style>
background-color css
<style>
a { background-color: #5522A1; }
a { background-color: rgb(85,34,161); }
div.DivClassName
{
background-color: #5522A1;
}
.BgClassName
{
background-color: #5522A1;
}
</style>
border-color css
<style>
span { border-color: #5522A1; }
span { border-color: rgb(85,34,161); }
td.TdClassName
{
border-color: #5522A1;
}
.TagClassName
{
border-color: #5522A1;
}
</style>