Shades of Daisy Bush #5B209C
Tints of Daisy Bush #5B209C
RGB
CMYK
RGB Variations
Color information
#5B209C (or 0x5B209C) is known color: Daisy Bush. HEX triplet: 5B, 20 and 9C. RGB value is (91,32,156). Sum of RGB (Red+Green+Blue) = 91+32+156=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B209C is #A4DF63. Grayscale: #3F3F3F. Windows color (decimal): -10805092 or 10231899. OLE color: 10231899.
HSL color Cylindrical-coordinate representation of color #5B209C: hue angle of 268.55º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B209C is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 32 | 156 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.39 |
| HSL | 268.55º | 0.66% | 0.37% | - |
| HSV(B) | 268.55º | 0.79% | 0.61% | - |
| XYZ | 10.83 | 5.66 | 31.97 | - |
| YUV | 63.78 | 180.05 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 156 | 0.42 | 0.79 | 0 | 0.39 | 268.55 | 0.66 | 0.37 |
| Hex | 5B | 20 | 9C | 2A | 4F | 0 | 27 | 10D | 42 | 25 |
| Octal | 133 | 40 | 234 | 52 | 117 | 0 | 47 | 415 | 102 | 45 |
| Binary | 1011011 | 100000 | 10011100 | 101010 | 1001111 | 0 | 100111 | 100001101 | 1000010 | 100101 |
Color Harmonies of #5B209C
Complementary color
Monochromatic Colors of #5B209C
Black with #5B209C
Text Example
Text Example
White with #5B209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B209C; }
p { color: rgb(91,32,156); }
H1.HeaderClassName
{
color: #5B209C;
}
.AnyTagClassName
{
color: #5B209C;
}
</style>
background-color css
<style>
a { background-color: #5B209C; }
a { background-color: rgb(91,32,156); }
div.DivClassName
{
background-color: #5B209C;
}
.BgClassName
{
background-color: #5B209C;
}
</style>
border-color css
<style>
span { border-color: #5B209C; }
span { border-color: rgb(91,32,156); }
td.TdClassName
{
border-color: #5B209C;
}
.TagClassName
{
border-color: #5B209C;
}
</style>