Shades of Daisy Bush #5B299E
Tints of Daisy Bush #5B299E
RGB
CMYK
RGB Variations
Color information
#5B299E (or 0x5B299E) is known color: Daisy Bush. HEX triplet: 5B, 29 and 9E. RGB value is (91,41,158). Sum of RGB (Red+Green+Blue) = 91+41+158=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B299E is #A4D661. Grayscale: #444444. Windows color (decimal): -10802786 or 10365275. OLE color: 10365275.
HSL color Cylindrical-coordinate representation of color #5B299E: hue angle of 265.64º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B299E is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 41 | 158 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.38 |
| HSL | 265.64º | 0.59% | 0.39% | - |
| HSV(B) | 265.64º | 0.74% | 0.62% | - |
| XYZ | 11.28 | 6.28 | 32.97 | - |
| YUV | 69.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 158 | 0.42 | 0.74 | 0 | 0.38 | 265.64 | 0.59 | 0.39 |
| Hex | 5B | 29 | 9E | 2A | 4A | 0 | 26 | 10A | 3B | 27 |
| Octal | 133 | 51 | 236 | 52 | 112 | 0 | 46 | 412 | 73 | 47 |
| Binary | 1011011 | 101001 | 10011110 | 101010 | 1001010 | 0 | 100110 | 100001010 | 111011 | 100111 |
Color Harmonies of #5B299E
Complementary color
Monochromatic Colors of #5B299E
Black with #5B299E
Text Example
Text Example
White with #5B299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B299E; }
p { color: rgb(91,41,158); }
H1.HeaderClassName
{
color: #5B299E;
}
.AnyTagClassName
{
color: #5B299E;
}
</style>
background-color css
<style>
a { background-color: #5B299E; }
a { background-color: rgb(91,41,158); }
div.DivClassName
{
background-color: #5B299E;
}
.BgClassName
{
background-color: #5B299E;
}
</style>
border-color css
<style>
span { border-color: #5B299E; }
span { border-color: rgb(91,41,158); }
td.TdClassName
{
border-color: #5B299E;
}
.TagClassName
{
border-color: #5B299E;
}
</style>