Shades of Daisy Bush #5B289A
Tints of Daisy Bush #5B289A
RGB
CMYK
RGB Variations
Color information
#5B289A (or 0x5B289A) is known color: Daisy Bush. HEX triplet: 5B, 28 and 9A. RGB value is (91,40,154). Sum of RGB (Red+Green+Blue) = 91+40+154=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B289A is #A4D765. Grayscale: #434343. Windows color (decimal): -10803046 or 10102875. OLE color: 10102875.
HSL color Cylindrical-coordinate representation of color #5B289A: hue angle of 266.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B289A is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 40 | 154 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.40 |
| HSL | 266.84º | 0.59% | 0.38% | - |
| HSV(B) | 266.84º | 0.74% | 0.6% | - |
| XYZ | 10.91 | 6.07 | 31.17 | - |
| YUV | 68.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 154 | 0.41 | 0.74 | 0 | 0.40 | 266.84 | 0.59 | 0.38 |
| Hex | 5B | 28 | 9A | 29 | 4A | 0 | 28 | 10B | 3B | 26 |
| Octal | 133 | 50 | 232 | 51 | 112 | 0 | 50 | 413 | 73 | 46 |
| Binary | 1011011 | 101000 | 10011010 | 101001 | 1001010 | 0 | 101000 | 100001011 | 111011 | 100110 |
Color Harmonies of #5B289A
Complementary color
Monochromatic Colors of #5B289A
Black with #5B289A
Text Example
Text Example
White with #5B289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B289A; }
p { color: rgb(91,40,154); }
H1.HeaderClassName
{
color: #5B289A;
}
.AnyTagClassName
{
color: #5B289A;
}
</style>
background-color css
<style>
a { background-color: #5B289A; }
a { background-color: rgb(91,40,154); }
div.DivClassName
{
background-color: #5B289A;
}
.BgClassName
{
background-color: #5B289A;
}
</style>
border-color css
<style>
span { border-color: #5B289A; }
span { border-color: rgb(91,40,154); }
td.TdClassName
{
border-color: #5B289A;
}
.TagClassName
{
border-color: #5B289A;
}
</style>