Shades of Daisy Bush #5B299B
Tints of Daisy Bush #5B299B
RGB
CMYK
RGB Variations
Color information
#5B299B (or 0x5B299B) is known color: Daisy Bush. HEX triplet: 5B, 29 and 9B. RGB value is (91,41,155). Sum of RGB (Red+Green+Blue) = 91+41+155=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B299B is #A4D664. Grayscale: #444444. Windows color (decimal): -10802789 or 10168667. OLE color: 10168667.
HSL color Cylindrical-coordinate representation of color #5B299B: hue angle of 266.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B299B is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 41 | 155 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.39 |
| HSL | 266.32º | 0.58% | 0.38% | - |
| HSV(B) | 266.32º | 0.74% | 0.61% | - |
| XYZ | 11.02 | 6.18 | 31.62 | - |
| YUV | 68.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 155 | 0.41 | 0.74 | 0 | 0.39 | 266.32 | 0.58 | 0.38 |
| Hex | 5B | 29 | 9B | 29 | 4A | 0 | 27 | 10A | 3A | 26 |
| Octal | 133 | 51 | 233 | 51 | 112 | 0 | 47 | 412 | 72 | 46 |
| Binary | 1011011 | 101001 | 10011011 | 101001 | 1001010 | 0 | 100111 | 100001010 | 111010 | 100110 |
Color Harmonies of #5B299B
Complementary color
Monochromatic Colors of #5B299B
Black with #5B299B
Text Example
Text Example
White with #5B299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B299B; }
p { color: rgb(91,41,155); }
H1.HeaderClassName
{
color: #5B299B;
}
.AnyTagClassName
{
color: #5B299B;
}
</style>
background-color css
<style>
a { background-color: #5B299B; }
a { background-color: rgb(91,41,155); }
div.DivClassName
{
background-color: #5B299B;
}
.BgClassName
{
background-color: #5B299B;
}
</style>
border-color css
<style>
span { border-color: #5B299B; }
span { border-color: rgb(91,41,155); }
td.TdClassName
{
border-color: #5B299B;
}
.TagClassName
{
border-color: #5B299B;
}
</style>