Shades of Daisy Bush #5B409D
Tints of Daisy Bush #5B409D
RGB
CMYK
RGB Variations
Color information
#5B409D (or 0x5B409D) is known color: Daisy Bush. HEX triplet: 5B, 40 and 9D. RGB value is (91,64,157). Sum of RGB (Red+Green+Blue) = 91+64+157=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B409D is #A4BF62. Grayscale: #525252. Windows color (decimal): -10796899 or 10305627. OLE color: 10305627.
HSL color Cylindrical-coordinate representation of color #5B409D: hue angle of 257.42º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B409D is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 64 | 157 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.38 |
| HSL | 257.42º | 0.42% | 0.43% | - |
| HSV(B) | 257.42º | 0.59% | 0.62% | - |
| XYZ | 12.23 | 8.33 | 32.86 | - |
| YUV | 82.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 157 | 0.42 | 0.59 | 0 | 0.38 | 257.42 | 0.42 | 0.43 |
| Hex | 5B | 40 | 9D | 2A | 3B | 0 | 26 | 101 | 2A | 2B |
| Octal | 133 | 100 | 235 | 52 | 73 | 0 | 46 | 401 | 52 | 53 |
| Binary | 1011011 | 1000000 | 10011101 | 101010 | 111011 | 0 | 100110 | 100000001 | 101010 | 101011 |
Color Harmonies of #5B409D
Complementary color
Monochromatic Colors of #5B409D
Black with #5B409D
Text Example
Text Example
White with #5B409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B409D; }
p { color: rgb(91,64,157); }
H1.HeaderClassName
{
color: #5B409D;
}
.AnyTagClassName
{
color: #5B409D;
}
</style>
background-color css
<style>
a { background-color: #5B409D; }
a { background-color: rgb(91,64,157); }
div.DivClassName
{
background-color: #5B409D;
}
.BgClassName
{
background-color: #5B409D;
}
</style>
border-color css
<style>
span { border-color: #5B409D; }
span { border-color: rgb(91,64,157); }
td.TdClassName
{
border-color: #5B409D;
}
.TagClassName
{
border-color: #5B409D;
}
</style>