Shades of Daisy Bush #5B3393
Tints of Daisy Bush #5B3393
RGB
CMYK
RGB Variations
Color information
#5B3393 (or 0x5B3393) is known color: Daisy Bush. HEX triplet: 5B, 33 and 93. RGB value is (91,51,147). Sum of RGB (Red+Green+Blue) = 91+51+147=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B3393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3393 is #A4CC6C. Grayscale: #494949. Windows color (decimal): -10800237 or 9646939. OLE color: 9646939.
HSL color Cylindrical-coordinate representation of color #5B3393: hue angle of 265º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B3393 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 51 | 147 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.42 |
| HSL | 265º | 0.48% | 0.39% | - |
| HSV(B) | 265º | 0.65% | 0.58% | - |
| XYZ | 10.76 | 6.7 | 28.33 | - |
| YUV | 73.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 147 | 0.38 | 0.65 | 0 | 0.42 | 265 | 0.48 | 0.39 |
| Hex | 5B | 33 | 93 | 26 | 41 | 0 | 2A | 109 | 30 | 27 |
| Octal | 133 | 63 | 223 | 46 | 101 | 0 | 52 | 411 | 60 | 47 |
| Binary | 1011011 | 110011 | 10010011 | 100110 | 1000001 | 0 | 101010 | 100001001 | 110000 | 100111 |
Color Harmonies of #5B3393
Complementary color
Monochromatic Colors of #5B3393
Black with #5B3393
Text Example
Text Example
White with #5B3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3393; }
p { color: rgb(91,51,147); }
H1.HeaderClassName
{
color: #5B3393;
}
.AnyTagClassName
{
color: #5B3393;
}
</style>
background-color css
<style>
a { background-color: #5B3393; }
a { background-color: rgb(91,51,147); }
div.DivClassName
{
background-color: #5B3393;
}
.BgClassName
{
background-color: #5B3393;
}
</style>
border-color css
<style>
span { border-color: #5B3393; }
span { border-color: rgb(91,51,147); }
td.TdClassName
{
border-color: #5B3393;
}
.TagClassName
{
border-color: #5B3393;
}
</style>