Shades of Daisy Bush #5A3A9B
Tints of Daisy Bush #5A3A9B
RGB
CMYK
RGB Variations
Color information
#5A3A9B (or 0x5A3A9B) is known color: Daisy Bush. HEX triplet: 5A, 3A and 9B. RGB value is (90,58,155). Sum of RGB (Red+Green+Blue) = 90+58+155=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A3A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3A9B is #A5C564. Grayscale: #4E4E4E. Windows color (decimal): -10863973 or 10173018. OLE color: 10173018.
HSL color Cylindrical-coordinate representation of color #5A3A9B: hue angle of 259.79º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3A9B is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 58 | 155 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.39 |
| HSL | 259.79º | 0.46% | 0.42% | - |
| HSV(B) | 259.79º | 0.63% | 0.61% | - |
| XYZ | 11.65 | 7.57 | 31.86 | - |
| YUV | 78.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 155 | 0.42 | 0.63 | 0 | 0.39 | 259.79 | 0.46 | 0.42 |
| Hex | 5A | 3A | 9B | 2A | 3F | 0 | 27 | 104 | 2E | 2A |
| Octal | 132 | 72 | 233 | 52 | 77 | 0 | 47 | 404 | 56 | 52 |
| Binary | 1011010 | 111010 | 10011011 | 101010 | 111111 | 0 | 100111 | 100000100 | 101110 | 101010 |
Color Harmonies of #5A3A9B
Complementary color
Monochromatic Colors of #5A3A9B
Black with #5A3A9B
Text Example
Text Example
White with #5A3A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A9B; }
p { color: rgb(90,58,155); }
H1.HeaderClassName
{
color: #5A3A9B;
}
.AnyTagClassName
{
color: #5A3A9B;
}
</style>
background-color css
<style>
a { background-color: #5A3A9B; }
a { background-color: rgb(90,58,155); }
div.DivClassName
{
background-color: #5A3A9B;
}
.BgClassName
{
background-color: #5A3A9B;
}
</style>
border-color css
<style>
span { border-color: #5A3A9B; }
span { border-color: rgb(90,58,155); }
td.TdClassName
{
border-color: #5A3A9B;
}
.TagClassName
{
border-color: #5A3A9B;
}
</style>