Shades of Daisy Bush #5B359D
Tints of Daisy Bush #5B359D
RGB
CMYK
RGB Variations
Color information
#5B359D (or 0x5B359D) is known color: Daisy Bush. HEX triplet: 5B, 35 and 9D. RGB value is (91,53,157). Sum of RGB (Red+Green+Blue) = 91+53+157=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B359D is #A4CA62. Grayscale: #4B4B4B. Windows color (decimal): -10799715 or 10302811. OLE color: 10302811.
HSL color Cylindrical-coordinate representation of color #5B359D: hue angle of 261.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B359D is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 53 | 157 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.38 |
| HSL | 261.92º | 0.5% | 0.41% | - |
| HSV(B) | 261.92º | 0.66% | 0.62% | - |
| XYZ | 11.67 | 7.2 | 32.67 | - |
| YUV | 76.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 157 | 0.42 | 0.66 | 0 | 0.38 | 261.92 | 0.5 | 0.41 |
| Hex | 5B | 35 | 9D | 2A | 42 | 0 | 26 | 106 | 32 | 29 |
| Octal | 133 | 65 | 235 | 52 | 102 | 0 | 46 | 406 | 62 | 51 |
| Binary | 1011011 | 110101 | 10011101 | 101010 | 1000010 | 0 | 100110 | 100000110 | 110010 | 101001 |
Color Harmonies of #5B359D
Complementary color
Monochromatic Colors of #5B359D
Black with #5B359D
Text Example
Text Example
White with #5B359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B359D; }
p { color: rgb(91,53,157); }
H1.HeaderClassName
{
color: #5B359D;
}
.AnyTagClassName
{
color: #5B359D;
}
</style>
background-color css
<style>
a { background-color: #5B359D; }
a { background-color: rgb(91,53,157); }
div.DivClassName
{
background-color: #5B359D;
}
.BgClassName
{
background-color: #5B359D;
}
</style>
border-color css
<style>
span { border-color: #5B359D; }
span { border-color: rgb(91,53,157); }
td.TdClassName
{
border-color: #5B359D;
}
.TagClassName
{
border-color: #5B359D;
}
</style>