Shades of Daisy Bush #5B40A5
Tints of Daisy Bush #5B40A5
RGB
CMYK
RGB Variations
Color information
#5B40A5 (or 0x5B40A5) is known color: Daisy Bush. HEX triplet: 5B, 40 and A5. RGB value is (91,64,165). Sum of RGB (Red+Green+Blue) = 91+64+165=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #5B40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B40A5 is #A4BF5A. Grayscale: #535353. Windows color (decimal): -10796891 or 10829915. OLE color: 10829915.
HSL color Cylindrical-coordinate representation of color #5B40A5: hue angle of 256.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B40A5 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 64 | 165 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.35 |
| HSL | 256.04º | 0.44% | 0.45% | - |
| HSV(B) | 256.04º | 0.61% | 0.65% | - |
| XYZ | 12.94 | 8.61 | 36.58 | - |
| YUV | 83.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 165 | 0.45 | 0.61 | 0 | 0.35 | 256.04 | 0.44 | 0.45 |
| Hex | 5B | 40 | A5 | 2D | 3D | 0 | 23 | 100 | 2C | 2D |
| Octal | 133 | 100 | 245 | 55 | 75 | 0 | 43 | 400 | 54 | 55 |
| Binary | 1011011 | 1000000 | 10100101 | 101101 | 111101 | 0 | 100011 | 100000000 | 101100 | 101101 |
Color Harmonies of #5B40A5
Complementary color
Monochromatic Colors of #5B40A5
Black with #5B40A5
Text Example
Text Example
White with #5B40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B40A5; }
p { color: rgb(91,64,165); }
H1.HeaderClassName
{
color: #5B40A5;
}
.AnyTagClassName
{
color: #5B40A5;
}
</style>
background-color css
<style>
a { background-color: #5B40A5; }
a { background-color: rgb(91,64,165); }
div.DivClassName
{
background-color: #5B40A5;
}
.BgClassName
{
background-color: #5B40A5;
}
</style>
border-color css
<style>
span { border-color: #5B40A5; }
span { border-color: rgb(91,64,165); }
td.TdClassName
{
border-color: #5B40A5;
}
.TagClassName
{
border-color: #5B40A5;
}
</style>