Shades of Daisy Bush #5B3791
Tints of Daisy Bush #5B3791
RGB
CMYK
RGB Variations
Color information
#5B3791 (or 0x5B3791) is known color: Daisy Bush. HEX triplet: 5B, 37 and 91. RGB value is (91,55,145). Sum of RGB (Red+Green+Blue) = 91+55+145=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B3791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3791 is #A4C86E. Grayscale: #4B4B4B. Windows color (decimal): -10799215 or 9516891. OLE color: 9516891.
HSL color Cylindrical-coordinate representation of color #5B3791: hue angle of 264º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B3791 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 55 | 145 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.43 |
| HSL | 264º | 0.45% | 0.39% | - |
| HSV(B) | 264º | 0.62% | 0.57% | - |
| XYZ | 10.79 | 7 | 27.57 | - |
| YUV | 76.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 145 | 0.37 | 0.62 | 0 | 0.43 | 264 | 0.45 | 0.39 |
| Hex | 5B | 37 | 91 | 25 | 3E | 0 | 2B | 108 | 2D | 27 |
| Octal | 133 | 67 | 221 | 45 | 76 | 0 | 53 | 410 | 55 | 47 |
| Binary | 1011011 | 110111 | 10010001 | 100101 | 111110 | 0 | 101011 | 100001000 | 101101 | 100111 |
Color Harmonies of #5B3791
Complementary color
Monochromatic Colors of #5B3791
Black with #5B3791
Text Example
Text Example
White with #5B3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3791; }
p { color: rgb(91,55,145); }
H1.HeaderClassName
{
color: #5B3791;
}
.AnyTagClassName
{
color: #5B3791;
}
</style>
background-color css
<style>
a { background-color: #5B3791; }
a { background-color: rgb(91,55,145); }
div.DivClassName
{
background-color: #5B3791;
}
.BgClassName
{
background-color: #5B3791;
}
</style>
border-color css
<style>
span { border-color: #5B3791; }
span { border-color: rgb(91,55,145); }
td.TdClassName
{
border-color: #5B3791;
}
.TagClassName
{
border-color: #5B3791;
}
</style>