Shades of Daisy Bush #5A319B
Tints of Daisy Bush #5A319B
RGB
CMYK
RGB Variations
Color information
#5A319B (or 0x5A319B) is known color: Daisy Bush. HEX triplet: 5A, 31 and 9B. RGB value is (90,49,155). Sum of RGB (Red+Green+Blue) = 90+49+155=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A319B is #A5CE64. Grayscale: #484848. Windows color (decimal): -10866277 or 10170714. OLE color: 10170714.
HSL color Cylindrical-coordinate representation of color #5A319B: hue angle of 263.21º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A319B is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 49 | 155 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.39 |
| HSL | 263.21º | 0.52% | 0.4% | - |
| HSV(B) | 263.21º | 0.68% | 0.61% | - |
| XYZ | 11.23 | 6.74 | 31.72 | - |
| YUV | 73.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 155 | 0.42 | 0.68 | 0 | 0.39 | 263.21 | 0.52 | 0.4 |
| Hex | 5A | 31 | 9B | 2A | 44 | 0 | 27 | 107 | 34 | 28 |
| Octal | 132 | 61 | 233 | 52 | 104 | 0 | 47 | 407 | 64 | 50 |
| Binary | 1011010 | 110001 | 10011011 | 101010 | 1000100 | 0 | 100111 | 100000111 | 110100 | 101000 |
Color Harmonies of #5A319B
Complementary color
Monochromatic Colors of #5A319B
Black with #5A319B
Text Example
Text Example
White with #5A319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A319B; }
p { color: rgb(90,49,155); }
H1.HeaderClassName
{
color: #5A319B;
}
.AnyTagClassName
{
color: #5A319B;
}
</style>
background-color css
<style>
a { background-color: #5A319B; }
a { background-color: rgb(90,49,155); }
div.DivClassName
{
background-color: #5A319B;
}
.BgClassName
{
background-color: #5A319B;
}
</style>
border-color css
<style>
span { border-color: #5A319B; }
span { border-color: rgb(90,49,155); }
td.TdClassName
{
border-color: #5A319B;
}
.TagClassName
{
border-color: #5A319B;
}
</style>