Shades of Daisy Bush #5B259F
Tints of Daisy Bush #5B259F
RGB
CMYK
RGB Variations
Color information
#5B259F (or 0x5B259F) is known color: Daisy Bush. HEX triplet: 5B, 25 and 9F. RGB value is (91,37,159). Sum of RGB (Red+Green+Blue) = 91+37+159=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B259F is #A4DA60. Grayscale: #424242. Windows color (decimal): -10803809 or 10429787. OLE color: 10429787.
HSL color Cylindrical-coordinate representation of color #5B259F: hue angle of 266.56º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B259F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 37 | 159 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.38 |
| HSL | 266.56º | 0.62% | 0.38% | - |
| HSV(B) | 266.56º | 0.77% | 0.62% | - |
| XYZ | 11.23 | 6.05 | 33.38 | - |
| YUV | 67.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 159 | 0.43 | 0.77 | 0 | 0.38 | 266.56 | 0.62 | 0.38 |
| Hex | 5B | 25 | 9F | 2B | 4D | 0 | 26 | 10B | 3E | 26 |
| Octal | 133 | 45 | 237 | 53 | 115 | 0 | 46 | 413 | 76 | 46 |
| Binary | 1011011 | 100101 | 10011111 | 101011 | 1001101 | 0 | 100110 | 100001011 | 111110 | 100110 |
Color Harmonies of #5B259F
Complementary color
Monochromatic Colors of #5B259F
Black with #5B259F
Text Example
Text Example
White with #5B259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B259F; }
p { color: rgb(91,37,159); }
H1.HeaderClassName
{
color: #5B259F;
}
.AnyTagClassName
{
color: #5B259F;
}
</style>
background-color css
<style>
a { background-color: #5B259F; }
a { background-color: rgb(91,37,159); }
div.DivClassName
{
background-color: #5B259F;
}
.BgClassName
{
background-color: #5B259F;
}
</style>
border-color css
<style>
span { border-color: #5B259F; }
span { border-color: rgb(91,37,159); }
td.TdClassName
{
border-color: #5B259F;
}
.TagClassName
{
border-color: #5B259F;
}
</style>