Shades of Daisy Bush #5A3198
Tints of Daisy Bush #5A3198
RGB
CMYK
RGB Variations
Color information
#5A3198 (or 0x5A3198) is known color: Daisy Bush. HEX triplet: 5A, 31 and 98. RGB value is (90,49,152). Sum of RGB (Red+Green+Blue) = 90+49+152=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A3198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3198 is #A5CE67. Grayscale: #484848. Windows color (decimal): -10866280 or 9974106. OLE color: 9974106.
HSL color Cylindrical-coordinate representation of color #5A3198: hue angle of 263.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A3198 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 49 | 152 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.40 |
| HSL | 263.88º | 0.51% | 0.39% | - |
| HSV(B) | 263.88º | 0.68% | 0.6% | - |
| XYZ | 10.98 | 6.64 | 30.41 | - |
| YUV | 73 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 49 | 152 | 0.41 | 0.68 | 0 | 0.40 | 263.88 | 0.51 | 0.39 |
| Hex | 5A | 31 | 98 | 29 | 44 | 0 | 28 | 108 | 33 | 27 |
| Octal | 132 | 61 | 230 | 51 | 104 | 0 | 50 | 410 | 63 | 47 |
| Binary | 1011010 | 110001 | 10011000 | 101001 | 1000100 | 0 | 101000 | 100001000 | 110011 | 100111 |
Color Harmonies of #5A3198
Complementary color
Monochromatic Colors of #5A3198
Black with #5A3198
Text Example
Text Example
White with #5A3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3198; }
p { color: rgb(90,49,152); }
H1.HeaderClassName
{
color: #5A3198;
}
.AnyTagClassName
{
color: #5A3198;
}
</style>
background-color css
<style>
a { background-color: #5A3198; }
a { background-color: rgb(90,49,152); }
div.DivClassName
{
background-color: #5A3198;
}
.BgClassName
{
background-color: #5A3198;
}
</style>
border-color css
<style>
span { border-color: #5A3198; }
span { border-color: rgb(90,49,152); }
td.TdClassName
{
border-color: #5A3198;
}
.TagClassName
{
border-color: #5A3198;
}
</style>