Shades of Daisy Bush #591E9D
Tints of Daisy Bush #591E9D
RGB
CMYK
RGB Variations
Color information
#591E9D (or 0x591E9D) is known color: Daisy Bush. HEX triplet: 59, 1E and 9D. RGB value is (89,30,157). Sum of RGB (Red+Green+Blue) = 89+30+157=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #591E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #591E9D is #A6E162. Grayscale: #3D3D3D. Windows color (decimal): -10936675 or 10296921. OLE color: 10296921.
HSL color Cylindrical-coordinate representation of color #591E9D: hue angle of 267.87º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591E9D is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 30 | 157 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.38 |
| HSL | 267.87º | 0.68% | 0.37% | - |
| HSV(B) | 267.87º | 0.81% | 0.62% | - |
| XYZ | 10.67 | 5.49 | 32.39 | - |
| YUV | 62.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 157 | 0.43 | 0.81 | 0 | 0.38 | 267.87 | 0.68 | 0.37 |
| Hex | 59 | 1E | 9D | 2B | 51 | 0 | 26 | 10C | 44 | 25 |
| Octal | 131 | 36 | 235 | 53 | 121 | 0 | 46 | 414 | 104 | 45 |
| Binary | 1011001 | 11110 | 10011101 | 101011 | 1010001 | 0 | 100110 | 100001100 | 1000100 | 100101 |
Color Harmonies of #591E9D
Complementary color
Monochromatic Colors of #591E9D
Black with #591E9D
Text Example
Text Example
White with #591E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E9D; }
p { color: rgb(89,30,157); }
H1.HeaderClassName
{
color: #591E9D;
}
.AnyTagClassName
{
color: #591E9D;
}
</style>
background-color css
<style>
a { background-color: #591E9D; }
a { background-color: rgb(89,30,157); }
div.DivClassName
{
background-color: #591E9D;
}
.BgClassName
{
background-color: #591E9D;
}
</style>
border-color css
<style>
span { border-color: #591E9D; }
span { border-color: rgb(89,30,157); }
td.TdClassName
{
border-color: #591E9D;
}
.TagClassName
{
border-color: #591E9D;
}
</style>