Shades of Daisy Bush #5921A1
Tints of Daisy Bush #5921A1
RGB
CMYK
RGB Variations
Color information
#5921A1 (or 0x5921A1) is known color: Daisy Bush. HEX triplet: 59, 21 and A1. RGB value is (89,33,161). Sum of RGB (Red+Green+Blue) = 89+33+161=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 161 (63.28% from 255 or 56.89% from 283); Max value from RGB is 161 - color contains mainly: blue. Hex color #5921A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5921A1 is #A6DE5E. Grayscale: #3F3F3F. Windows color (decimal): -10935903 or 10559833. OLE color: 10559833.
HSL color Cylindrical-coordinate representation of color #5921A1: hue angle of 266.25º 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 #5921A1 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 33 | 161 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.37 |
| HSL | 266.25º | 0.66% | 0.38% | - |
| HSV(B) | 266.25º | 0.8% | 0.63% | - |
| XYZ | 11.1 | 5.78 | 34.25 | - |
| YUV | 64.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 161 | 0.45 | 0.80 | 0 | 0.37 | 266.25 | 0.66 | 0.38 |
| Hex | 59 | 21 | A1 | 2D | 50 | 0 | 25 | 10A | 42 | 26 |
| Octal | 131 | 41 | 241 | 55 | 120 | 0 | 45 | 412 | 102 | 46 |
| Binary | 1011001 | 100001 | 10100001 | 101101 | 1010000 | 0 | 100101 | 100001010 | 1000010 | 100110 |
Color Harmonies of #5921A1
Complementary color
Monochromatic Colors of #5921A1
Black with #5921A1
Text Example
Text Example
White with #5921A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921A1; }
p { color: rgb(89,33,161); }
H1.HeaderClassName
{
color: #5921A1;
}
.AnyTagClassName
{
color: #5921A1;
}
</style>
background-color css
<style>
a { background-color: #5921A1; }
a { background-color: rgb(89,33,161); }
div.DivClassName
{
background-color: #5921A1;
}
.BgClassName
{
background-color: #5921A1;
}
</style>
border-color css
<style>
span { border-color: #5921A1; }
span { border-color: rgb(89,33,161); }
td.TdClassName
{
border-color: #5921A1;
}
.TagClassName
{
border-color: #5921A1;
}
</style>