Shades of Daisy Bush #5B229D
Tints of Daisy Bush #5B229D
RGB
CMYK
RGB Variations
Color information
#5B229D (or 0x5B229D) is known color: Daisy Bush. HEX triplet: 5B, 22 and 9D. RGB value is (91,34,157). Sum of RGB (Red+Green+Blue) = 91+34+157=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B229D is #A4DD62. Grayscale: #404040. Windows color (decimal): -10804579 or 10297947. OLE color: 10297947.
HSL color Cylindrical-coordinate representation of color #5B229D: hue angle of 267.8º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B229D is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 34 | 157 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.38 |
| HSL | 267.8º | 0.64% | 0.37% | - |
| HSV(B) | 267.8º | 0.78% | 0.62% | - |
| XYZ | 10.97 | 5.8 | 32.44 | - |
| YUV | 65.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 157 | 0.42 | 0.78 | 0 | 0.38 | 267.8 | 0.64 | 0.37 |
| Hex | 5B | 22 | 9D | 2A | 4E | 0 | 26 | 10C | 40 | 25 |
| Octal | 133 | 42 | 235 | 52 | 116 | 0 | 46 | 414 | 100 | 45 |
| Binary | 1011011 | 100010 | 10011101 | 101010 | 1001110 | 0 | 100110 | 100001100 | 1000000 | 100101 |
Color Harmonies of #5B229D
Complementary color
Monochromatic Colors of #5B229D
Black with #5B229D
Text Example
Text Example
White with #5B229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B229D; }
p { color: rgb(91,34,157); }
H1.HeaderClassName
{
color: #5B229D;
}
.AnyTagClassName
{
color: #5B229D;
}
</style>
background-color css
<style>
a { background-color: #5B229D; }
a { background-color: rgb(91,34,157); }
div.DivClassName
{
background-color: #5B229D;
}
.BgClassName
{
background-color: #5B229D;
}
</style>
border-color css
<style>
span { border-color: #5B229D; }
span { border-color: rgb(91,34,157); }
td.TdClassName
{
border-color: #5B229D;
}
.TagClassName
{
border-color: #5B229D;
}
</style>