Shades of Daisy Bush #5B349F
Tints of Daisy Bush #5B349F
RGB
CMYK
RGB Variations
Color information
#5B349F (or 0x5B349F) is known color: Daisy Bush. HEX triplet: 5B, 34 and 9F. RGB value is (91,52,159). Sum of RGB (Red+Green+Blue) = 91+52+159=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B349F is #A4CB60. Grayscale: #4B4B4B. Windows color (decimal): -10799969 or 10433627. OLE color: 10433627.
HSL color Cylindrical-coordinate representation of color #5B349F: hue angle of 261.87º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B349F is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 52 | 159 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.38 |
| HSL | 261.87º | 0.51% | 0.41% | - |
| HSV(B) | 261.87º | 0.67% | 0.62% | - |
| XYZ | 11.8 | 7.18 | 33.57 | - |
| YUV | 75.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 159 | 0.43 | 0.67 | 0 | 0.38 | 261.87 | 0.51 | 0.41 |
| Hex | 5B | 34 | 9F | 2B | 43 | 0 | 26 | 106 | 33 | 29 |
| Octal | 133 | 64 | 237 | 53 | 103 | 0 | 46 | 406 | 63 | 51 |
| Binary | 1011011 | 110100 | 10011111 | 101011 | 1000011 | 0 | 100110 | 100000110 | 110011 | 101001 |
Color Harmonies of #5B349F
Complementary color
Monochromatic Colors of #5B349F
Black with #5B349F
Text Example
Text Example
White with #5B349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B349F; }
p { color: rgb(91,52,159); }
H1.HeaderClassName
{
color: #5B349F;
}
.AnyTagClassName
{
color: #5B349F;
}
</style>
background-color css
<style>
a { background-color: #5B349F; }
a { background-color: rgb(91,52,159); }
div.DivClassName
{
background-color: #5B349F;
}
.BgClassName
{
background-color: #5B349F;
}
</style>
border-color css
<style>
span { border-color: #5B349F; }
span { border-color: rgb(91,52,159); }
td.TdClassName
{
border-color: #5B349F;
}
.TagClassName
{
border-color: #5B349F;
}
</style>