Shades of Daisy Bush #5B209D
Tints of Daisy Bush #5B209D
RGB
CMYK
RGB Variations
Color information
#5B209D (or 0x5B209D) is known color: Daisy Bush. HEX triplet: 5B, 20 and 9D. RGB value is (91,32,157). Sum of RGB (Red+Green+Blue) = 91+32+157=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B209D is #A4DF62. Grayscale: #3F3F3F. Windows color (decimal): -10805091 or 10297435. OLE color: 10297435.
HSL color Cylindrical-coordinate representation of color #5B209D: hue angle of 268.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B209D is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 32 | 157 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.38 |
| HSL | 268.32º | 0.66% | 0.37% | - |
| HSV(B) | 268.32º | 0.8% | 0.62% | - |
| XYZ | 10.92 | 5.69 | 32.42 | - |
| YUV | 63.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 157 | 0.42 | 0.80 | 0 | 0.38 | 268.32 | 0.66 | 0.37 |
| Hex | 5B | 20 | 9D | 2A | 50 | 0 | 26 | 10C | 42 | 25 |
| Octal | 133 | 40 | 235 | 52 | 120 | 0 | 46 | 414 | 102 | 45 |
| Binary | 1011011 | 100000 | 10011101 | 101010 | 1010000 | 0 | 100110 | 100001100 | 1000010 | 100101 |
Color Harmonies of #5B209D
Complementary color
Monochromatic Colors of #5B209D
Black with #5B209D
Text Example
Text Example
White with #5B209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B209D; }
p { color: rgb(91,32,157); }
H1.HeaderClassName
{
color: #5B209D;
}
.AnyTagClassName
{
color: #5B209D;
}
</style>
background-color css
<style>
a { background-color: #5B209D; }
a { background-color: rgb(91,32,157); }
div.DivClassName
{
background-color: #5B209D;
}
.BgClassName
{
background-color: #5B209D;
}
</style>
border-color css
<style>
span { border-color: #5B209D; }
span { border-color: rgb(91,32,157); }
td.TdClassName
{
border-color: #5B209D;
}
.TagClassName
{
border-color: #5B209D;
}
</style>