Shades of Daisy Bush #5A3099
Tints of Daisy Bush #5A3099
RGB
CMYK
RGB Variations
Color information
#5A3099 (or 0x5A3099) is known color: Daisy Bush. HEX triplet: 5A, 30 and 99. RGB value is (90,48,153). Sum of RGB (Red+Green+Blue) = 90+48+153=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A3099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3099 is #A5CF66. Grayscale: #484848. Windows color (decimal): -10866535 or 10039386. OLE color: 10039386.
HSL color Cylindrical-coordinate representation of color #5A3099: hue angle of 264º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3099 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 48 | 153 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.4 |
| HSL | 264º | 0.52% | 0.39% | - |
| HSV(B) | 264º | 0.69% | 0.6% | - |
| XYZ | 11.02 | 6.59 | 30.83 | - |
| YUV | 72.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 153 | 0.41 | 0.69 | 0 | 0.4 | 264 | 0.52 | 0.39 |
| Hex | 5A | 30 | 99 | 29 | 45 | 0 | 28 | 108 | 34 | 27 |
| Octal | 132 | 60 | 231 | 51 | 105 | 0 | 50 | 410 | 64 | 47 |
| Binary | 1011010 | 110000 | 10011001 | 101001 | 1000101 | 0 | 101000 | 100001000 | 110100 | 100111 |
Color Harmonies of #5A3099
Complementary color
Monochromatic Colors of #5A3099
Black with #5A3099
Text Example
Text Example
White with #5A3099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3099; }
p { color: rgb(90,48,153); }
H1.HeaderClassName
{
color: #5A3099;
}
.AnyTagClassName
{
color: #5A3099;
}
</style>
background-color css
<style>
a { background-color: #5A3099; }
a { background-color: rgb(90,48,153); }
div.DivClassName
{
background-color: #5A3099;
}
.BgClassName
{
background-color: #5A3099;
}
</style>
border-color css
<style>
span { border-color: #5A3099; }
span { border-color: rgb(90,48,153); }
td.TdClassName
{
border-color: #5A3099;
}
.TagClassName
{
border-color: #5A3099;
}
</style>