Shades of Daisy Bush #5B35A2
Tints of Daisy Bush #5B35A2
RGB
CMYK
RGB Variations
Color information
#5B35A2 (or 0x5B35A2) is known color: Daisy Bush. HEX triplet: 5B, 35 and A2. RGB value is (91,53,162). Sum of RGB (Red+Green+Blue) = 91+53+162=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #5B35A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B35A2 is #A4CA5D. Grayscale: #4C4C4C. Windows color (decimal): -10799710 or 10630491. OLE color: 10630491.
HSL color Cylindrical-coordinate representation of color #5B35A2: hue angle of 260.92º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B35A2 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 53 | 162 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.36 |
| HSL | 260.92º | 0.51% | 0.42% | - |
| HSV(B) | 260.92º | 0.67% | 0.64% | - |
| XYZ | 12.11 | 7.38 | 34.97 | - |
| YUV | 76.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 162 | 0.44 | 0.67 | 0 | 0.36 | 260.92 | 0.51 | 0.42 |
| Hex | 5B | 35 | A2 | 2C | 43 | 0 | 24 | 105 | 33 | 2A |
| Octal | 133 | 65 | 242 | 54 | 103 | 0 | 44 | 405 | 63 | 52 |
| Binary | 1011011 | 110101 | 10100010 | 101100 | 1000011 | 0 | 100100 | 100000101 | 110011 | 101010 |
Color Harmonies of #5B35A2
Complementary color
Monochromatic Colors of #5B35A2
Black with #5B35A2
Text Example
Text Example
White with #5B35A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B35A2; }
p { color: rgb(91,53,162); }
H1.HeaderClassName
{
color: #5B35A2;
}
.AnyTagClassName
{
color: #5B35A2;
}
</style>
background-color css
<style>
a { background-color: #5B35A2; }
a { background-color: rgb(91,53,162); }
div.DivClassName
{
background-color: #5B35A2;
}
.BgClassName
{
background-color: #5B35A2;
}
</style>
border-color css
<style>
span { border-color: #5B35A2; }
span { border-color: rgb(91,53,162); }
td.TdClassName
{
border-color: #5B35A2;
}
.TagClassName
{
border-color: #5B35A2;
}
</style>