Shades of Daisy Bush #5B2995
Tints of Daisy Bush #5B2995
RGB
CMYK
RGB Variations
Color information
#5B2995 (or 0x5B2995) is known color: Daisy Bush. HEX triplet: 5B, 29 and 95. RGB value is (91,41,149). Sum of RGB (Red+Green+Blue) = 91+41+149=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B2995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2995 is #A4D66A. Grayscale: #434343. Windows color (decimal): -10802795 or 9775451. OLE color: 9775451.
HSL color Cylindrical-coordinate representation of color #5B2995: hue angle of 267.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B2995 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 41 | 149 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.42 |
| HSL | 267.78º | 0.57% | 0.37% | - |
| HSV(B) | 267.78º | 0.72% | 0.58% | - |
| XYZ | 10.53 | 5.98 | 29.03 | - |
| YUV | 68.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 149 | 0.39 | 0.72 | 0 | 0.42 | 267.78 | 0.57 | 0.37 |
| Hex | 5B | 29 | 95 | 27 | 48 | 0 | 2A | 10C | 39 | 25 |
| Octal | 133 | 51 | 225 | 47 | 110 | 0 | 52 | 414 | 71 | 45 |
| Binary | 1011011 | 101001 | 10010101 | 100111 | 1001000 | 0 | 101010 | 100001100 | 111001 | 100101 |
Color Harmonies of #5B2995
Complementary color
Monochromatic Colors of #5B2995
Black with #5B2995
Text Example
Text Example
White with #5B2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2995; }
p { color: rgb(91,41,149); }
H1.HeaderClassName
{
color: #5B2995;
}
.AnyTagClassName
{
color: #5B2995;
}
</style>
background-color css
<style>
a { background-color: #5B2995; }
a { background-color: rgb(91,41,149); }
div.DivClassName
{
background-color: #5B2995;
}
.BgClassName
{
background-color: #5B2995;
}
</style>
border-color css
<style>
span { border-color: #5B2995; }
span { border-color: rgb(91,41,149); }
td.TdClassName
{
border-color: #5B2995;
}
.TagClassName
{
border-color: #5B2995;
}
</style>