Shades of Daisy Bush #5B2498
Tints of Daisy Bush #5B2498
RGB
CMYK
RGB Variations
Color information
#5B2498 (or 0x5B2498) is known color: Daisy Bush. HEX triplet: 5B, 24 and 98. RGB value is (91,36,152). Sum of RGB (Red+Green+Blue) = 91+36+152=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B2498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2498 is #A4DB67. Grayscale: #414141. Windows color (decimal): -10804072 or 9970779. OLE color: 9970779.
HSL color Cylindrical-coordinate representation of color #5B2498: hue angle of 268.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2498 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 36 | 152 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.40 |
| HSL | 268.45º | 0.62% | 0.37% | - |
| HSV(B) | 268.45º | 0.76% | 0.6% | - |
| XYZ | 10.61 | 5.75 | 30.26 | - |
| YUV | 65.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 152 | 0.40 | 0.76 | 0 | 0.40 | 268.45 | 0.62 | 0.37 |
| Hex | 5B | 24 | 98 | 28 | 4C | 0 | 28 | 10C | 3E | 25 |
| Octal | 133 | 44 | 230 | 50 | 114 | 0 | 50 | 414 | 76 | 45 |
| Binary | 1011011 | 100100 | 10011000 | 101000 | 1001100 | 0 | 101000 | 100001100 | 111110 | 100101 |
Color Harmonies of #5B2498
Complementary color
Monochromatic Colors of #5B2498
Black with #5B2498
Text Example
Text Example
White with #5B2498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2498; }
p { color: rgb(91,36,152); }
H1.HeaderClassName
{
color: #5B2498;
}
.AnyTagClassName
{
color: #5B2498;
}
</style>
background-color css
<style>
a { background-color: #5B2498; }
a { background-color: rgb(91,36,152); }
div.DivClassName
{
background-color: #5B2498;
}
.BgClassName
{
background-color: #5B2498;
}
</style>
border-color css
<style>
span { border-color: #5B2498; }
span { border-color: rgb(91,36,152); }
td.TdClassName
{
border-color: #5B2498;
}
.TagClassName
{
border-color: #5B2498;
}
</style>