Shades of Daisy Bush #5B3CA0
Tints of Daisy Bush #5B3CA0
RGB
CMYK
RGB Variations
Color information
#5B3CA0 (or 0x5B3CA0) is known color: Daisy Bush. HEX triplet: 5B, 3C and A0. RGB value is (91,60,160). Sum of RGB (Red+Green+Blue) = 91+60+160=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #5B3CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3CA0 is #A4C35F. Grayscale: #505050. Windows color (decimal): -10797920 or 10501211. OLE color: 10501211.
HSL color Cylindrical-coordinate representation of color #5B3CA0: hue angle of 258.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B3CA0 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 60 | 160 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.37 |
| HSL | 258.6º | 0.45% | 0.43% | - |
| HSV(B) | 258.6º | 0.63% | 0.63% | - |
| XYZ | 12.28 | 7.99 | 34.15 | - |
| YUV | 80.67 | 172.77 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 160 | 0.43 | 0.62 | 0 | 0.37 | 258.6 | 0.45 | 0.43 |
| Hex | 5B | 3C | A0 | 2B | 3E | 0 | 25 | 103 | 2D | 2B |
| Octal | 133 | 74 | 240 | 53 | 76 | 0 | 45 | 403 | 55 | 53 |
| Binary | 1011011 | 111100 | 10100000 | 101011 | 111110 | 0 | 100101 | 100000011 | 101101 | 101011 |
Color Harmonies of #5B3CA0
Complementary color
Monochromatic Colors of #5B3CA0
Black with #5B3CA0
Text Example
Text Example
White with #5B3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3CA0; }
p { color: rgb(91,60,160); }
H1.HeaderClassName
{
color: #5B3CA0;
}
.AnyTagClassName
{
color: #5B3CA0;
}
</style>
background-color css
<style>
a { background-color: #5B3CA0; }
a { background-color: rgb(91,60,160); }
div.DivClassName
{
background-color: #5B3CA0;
}
.BgClassName
{
background-color: #5B3CA0;
}
</style>
border-color css
<style>
span { border-color: #5B3CA0; }
span { border-color: rgb(91,60,160); }
td.TdClassName
{
border-color: #5B3CA0;
}
.TagClassName
{
border-color: #5B3CA0;
}
</style>