Shades of Daisy Bush #5B299A
Tints of Daisy Bush #5B299A
RGB
CMYK
RGB Variations
Color information
#5B299A (or 0x5B299A) is known color: Daisy Bush. HEX triplet: 5B, 29 and 9A. RGB value is (91,41,154). Sum of RGB (Red+Green+Blue) = 91+41+154=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B299A is #A4D665. Grayscale: #444444. Windows color (decimal): -10802790 or 10103131. OLE color: 10103131.
HSL color Cylindrical-coordinate representation of color #5B299A: hue angle of 266.55º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B299A is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 41 | 154 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.40 |
| HSL | 266.55º | 0.58% | 0.38% | - |
| HSV(B) | 266.55º | 0.73% | 0.6% | - |
| XYZ | 10.94 | 6.14 | 31.18 | - |
| YUV | 68.83 | 176.07 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 154 | 0.41 | 0.73 | 0 | 0.40 | 266.55 | 0.58 | 0.38 |
| Hex | 5B | 29 | 9A | 29 | 49 | 0 | 28 | 10B | 3A | 26 |
| Octal | 133 | 51 | 232 | 51 | 111 | 0 | 50 | 413 | 72 | 46 |
| Binary | 1011011 | 101001 | 10011010 | 101001 | 1001001 | 0 | 101000 | 100001011 | 111010 | 100110 |
Color Harmonies of #5B299A
Complementary color
Monochromatic Colors of #5B299A
Black with #5B299A
Text Example
Text Example
White with #5B299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B299A; }
p { color: rgb(91,41,154); }
H1.HeaderClassName
{
color: #5B299A;
}
.AnyTagClassName
{
color: #5B299A;
}
</style>
background-color css
<style>
a { background-color: #5B299A; }
a { background-color: rgb(91,41,154); }
div.DivClassName
{
background-color: #5B299A;
}
.BgClassName
{
background-color: #5B299A;
}
</style>
border-color css
<style>
span { border-color: #5B299A; }
span { border-color: rgb(91,41,154); }
td.TdClassName
{
border-color: #5B299A;
}
.TagClassName
{
border-color: #5B299A;
}
</style>