Shades of Daisy Bush #5B349B
Tints of Daisy Bush #5B349B
RGB
CMYK
RGB Variations
Color information
#5B349B (or 0x5B349B) is known color: Daisy Bush. HEX triplet: 5B, 34 and 9B. RGB value is (91,52,155). Sum of RGB (Red+Green+Blue) = 91+52+155=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B349B is #A4CB64. Grayscale: #4B4B4B. Windows color (decimal): -10799973 or 10171483. OLE color: 10171483.
HSL color Cylindrical-coordinate representation of color #5B349B: hue angle of 262.72º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B349B is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 52 | 155 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.39 |
| HSL | 262.72º | 0.5% | 0.41% | - |
| HSV(B) | 262.72º | 0.66% | 0.61% | - |
| XYZ | 11.46 | 7.05 | 31.77 | - |
| YUV | 75.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 155 | 0.41 | 0.66 | 0 | 0.39 | 262.72 | 0.5 | 0.41 |
| Hex | 5B | 34 | 9B | 29 | 42 | 0 | 27 | 107 | 32 | 29 |
| Octal | 133 | 64 | 233 | 51 | 102 | 0 | 47 | 407 | 62 | 51 |
| Binary | 1011011 | 110100 | 10011011 | 101001 | 1000010 | 0 | 100111 | 100000111 | 110010 | 101001 |
Color Harmonies of #5B349B
Complementary color
Monochromatic Colors of #5B349B
Black with #5B349B
Text Example
Text Example
White with #5B349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B349B; }
p { color: rgb(91,52,155); }
H1.HeaderClassName
{
color: #5B349B;
}
.AnyTagClassName
{
color: #5B349B;
}
</style>
background-color css
<style>
a { background-color: #5B349B; }
a { background-color: rgb(91,52,155); }
div.DivClassName
{
background-color: #5B349B;
}
.BgClassName
{
background-color: #5B349B;
}
</style>
border-color css
<style>
span { border-color: #5B349B; }
span { border-color: rgb(91,52,155); }
td.TdClassName
{
border-color: #5B349B;
}
.TagClassName
{
border-color: #5B349B;
}
</style>