Shades of Daisy Bush #5B4591
Tints of Daisy Bush #5B4591
RGB
CMYK
RGB Variations
Color information
#5B4591 (or 0x5B4591) is known color: Daisy Bush. HEX triplet: 5B, 45 and 91. RGB value is (91,69,145). Sum of RGB (Red+Green+Blue) = 91+69+145=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B4591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4591 is #A4BA6E. Grayscale: #535353. Windows color (decimal): -10795631 or 9520475. OLE color: 9520475.
HSL color Cylindrical-coordinate representation of color #5B4591: hue angle of 257.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B4591 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 69 | 145 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.43 |
| HSL | 257.37º | 0.36% | 0.42% | - |
| HSV(B) | 257.37º | 0.52% | 0.57% | - |
| XYZ | 11.55 | 8.52 | 27.82 | - |
| YUV | 84.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 145 | 0.37 | 0.52 | 0 | 0.43 | 257.37 | 0.36 | 0.42 |
| Hex | 5B | 45 | 91 | 25 | 34 | 0 | 2B | 101 | 24 | 2A |
| Octal | 133 | 105 | 221 | 45 | 64 | 0 | 53 | 401 | 44 | 52 |
| Binary | 1011011 | 1000101 | 10010001 | 100101 | 110100 | 0 | 101011 | 100000001 | 100100 | 101010 |
Color Harmonies of #5B4591
Complementary color
Monochromatic Colors of #5B4591
Black with #5B4591
Text Example
Text Example
White with #5B4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4591; }
p { color: rgb(91,69,145); }
H1.HeaderClassName
{
color: #5B4591;
}
.AnyTagClassName
{
color: #5B4591;
}
</style>
background-color css
<style>
a { background-color: #5B4591; }
a { background-color: rgb(91,69,145); }
div.DivClassName
{
background-color: #5B4591;
}
.BgClassName
{
background-color: #5B4591;
}
</style>
border-color css
<style>
span { border-color: #5B4591; }
span { border-color: rgb(91,69,145); }
td.TdClassName
{
border-color: #5B4591;
}
.TagClassName
{
border-color: #5B4591;
}
</style>