Shades of Daisy Bush #5927A1
Tints of Daisy Bush #5927A1
RGB
CMYK
RGB Variations
Color information
#5927A1 (or 0x5927A1) is known color: Daisy Bush. HEX triplet: 59, 27 and A1. RGB value is (89,39,161). Sum of RGB (Red+Green+Blue) = 89+39+161=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #5927A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5927A1 is #A6D85E. Grayscale: #434343. Windows color (decimal): -10934367 or 10561369. OLE color: 10561369.
HSL color Cylindrical-coordinate representation of color #5927A1: hue angle of 264.59º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5927A1 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 39 | 161 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.37 |
| HSL | 264.59º | 0.61% | 0.39% | - |
| HSV(B) | 264.59º | 0.76% | 0.63% | - |
| XYZ | 11.28 | 6.15 | 34.31 | - |
| YUV | 67.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 161 | 0.45 | 0.76 | 0 | 0.37 | 264.59 | 0.61 | 0.39 |
| Hex | 59 | 27 | A1 | 2D | 4C | 0 | 25 | 109 | 3D | 27 |
| Octal | 131 | 47 | 241 | 55 | 114 | 0 | 45 | 411 | 75 | 47 |
| Binary | 1011001 | 100111 | 10100001 | 101101 | 1001100 | 0 | 100101 | 100001001 | 111101 | 100111 |
Color Harmonies of #5927A1
Complementary color
Monochromatic Colors of #5927A1
Black with #5927A1
Text Example
Text Example
White with #5927A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5927A1; }
p { color: rgb(89,39,161); }
H1.HeaderClassName
{
color: #5927A1;
}
.AnyTagClassName
{
color: #5927A1;
}
</style>
background-color css
<style>
a { background-color: #5927A1; }
a { background-color: rgb(89,39,161); }
div.DivClassName
{
background-color: #5927A1;
}
.BgClassName
{
background-color: #5927A1;
}
</style>
border-color css
<style>
span { border-color: #5927A1; }
span { border-color: rgb(89,39,161); }
td.TdClassName
{
border-color: #5927A1;
}
.TagClassName
{
border-color: #5927A1;
}
</style>