Shades of Daisy Bush #5B2896
Tints of Daisy Bush #5B2896
RGB
CMYK
RGB Variations
Color information
#5B2896 (or 0x5B2896) is known color: Daisy Bush. HEX triplet: 5B, 28 and 96. RGB value is (91,40,150). Sum of RGB (Red+Green+Blue) = 91+40+150=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B2896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2896 is #A4D769. Grayscale: #434343. Windows color (decimal): -10803050 or 9840731. OLE color: 9840731.
HSL color Cylindrical-coordinate representation of color #5B2896: hue angle of 267.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2896 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 40 | 150 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.41 |
| HSL | 267.82º | 0.58% | 0.37% | - |
| HSV(B) | 267.82º | 0.73% | 0.59% | - |
| XYZ | 10.58 | 5.94 | 29.44 | - |
| YUV | 67.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 150 | 0.39 | 0.73 | 0 | 0.41 | 267.82 | 0.58 | 0.37 |
| Hex | 5B | 28 | 96 | 27 | 49 | 0 | 29 | 10C | 3A | 25 |
| Octal | 133 | 50 | 226 | 47 | 111 | 0 | 51 | 414 | 72 | 45 |
| Binary | 1011011 | 101000 | 10010110 | 100111 | 1001001 | 0 | 101001 | 100001100 | 111010 | 100101 |
Color Harmonies of #5B2896
Complementary color
Monochromatic Colors of #5B2896
Black with #5B2896
Text Example
Text Example
White with #5B2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2896; }
p { color: rgb(91,40,150); }
H1.HeaderClassName
{
color: #5B2896;
}
.AnyTagClassName
{
color: #5B2896;
}
</style>
background-color css
<style>
a { background-color: #5B2896; }
a { background-color: rgb(91,40,150); }
div.DivClassName
{
background-color: #5B2896;
}
.BgClassName
{
background-color: #5B2896;
}
</style>
border-color css
<style>
span { border-color: #5B2896; }
span { border-color: rgb(91,40,150); }
td.TdClassName
{
border-color: #5B2896;
}
.TagClassName
{
border-color: #5B2896;
}
</style>