Shades of Daisy Bush #5B209E
Tints of Daisy Bush #5B209E
RGB
CMYK
RGB Variations
Color information
#5B209E (or 0x5B209E) is known color: Daisy Bush. HEX triplet: 5B, 20 and 9E. RGB value is (91,32,158). Sum of RGB (Red+Green+Blue) = 91+32+158=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B209E is #A4DF61. Grayscale: #3F3F3F. Windows color (decimal): -10805090 or 10362971. OLE color: 10362971.
HSL color Cylindrical-coordinate representation of color #5B209E: hue angle of 268.1º 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 #5B209E is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 32 | 158 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.38 |
| HSL | 268.1º | 0.66% | 0.37% | - |
| HSV(B) | 268.1º | 0.8% | 0.62% | - |
| XYZ | 11 | 5.73 | 32.87 | - |
| YUV | 64.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 158 | 0.42 | 0.80 | 0 | 0.38 | 268.1 | 0.66 | 0.37 |
| Hex | 5B | 20 | 9E | 2A | 50 | 0 | 26 | 10C | 42 | 25 |
| Octal | 133 | 40 | 236 | 52 | 120 | 0 | 46 | 414 | 102 | 45 |
| Binary | 1011011 | 100000 | 10011110 | 101010 | 1010000 | 0 | 100110 | 100001100 | 1000010 | 100101 |
Color Harmonies of #5B209E
Complementary color
Monochromatic Colors of #5B209E
Black with #5B209E
Text Example
Text Example
White with #5B209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B209E; }
p { color: rgb(91,32,158); }
H1.HeaderClassName
{
color: #5B209E;
}
.AnyTagClassName
{
color: #5B209E;
}
</style>
background-color css
<style>
a { background-color: #5B209E; }
a { background-color: rgb(91,32,158); }
div.DivClassName
{
background-color: #5B209E;
}
.BgClassName
{
background-color: #5B209E;
}
</style>
border-color css
<style>
span { border-color: #5B209E; }
span { border-color: rgb(91,32,158); }
td.TdClassName
{
border-color: #5B209E;
}
.TagClassName
{
border-color: #5B209E;
}
</style>