Shades of Daisy Bush #5A249C
Tints of Daisy Bush #5A249C
RGB
CMYK
RGB Variations
Color information
#5A249C (or 0x5A249C) is known color: Daisy Bush. HEX triplet: 5A, 24 and 9C. RGB value is (90,36,156). Sum of RGB (Red+Green+Blue) = 90+36+156=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A249C is #A5DB63. Grayscale: #414141. Windows color (decimal): -10869604 or 10232922. OLE color: 10232922.
HSL color Cylindrical-coordinate representation of color #5A249C: hue angle of 267º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A249C is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 36 | 156 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.39 |
| HSL | 267º | 0.63% | 0.38% | - |
| HSV(B) | 267º | 0.77% | 0.61% | - |
| XYZ | 10.85 | 5.84 | 32.01 | - |
| YUV | 65.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 156 | 0.42 | 0.77 | 0 | 0.39 | 267 | 0.63 | 0.38 |
| Hex | 5A | 24 | 9C | 2A | 4D | 0 | 27 | 10B | 3E | 26 |
| Octal | 132 | 44 | 234 | 52 | 115 | 0 | 47 | 413 | 76 | 46 |
| Binary | 1011010 | 100100 | 10011100 | 101010 | 1001101 | 0 | 100111 | 100001011 | 111110 | 100110 |
Color Harmonies of #5A249C
Complementary color
Monochromatic Colors of #5A249C
Black with #5A249C
Text Example
Text Example
White with #5A249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A249C; }
p { color: rgb(90,36,156); }
H1.HeaderClassName
{
color: #5A249C;
}
.AnyTagClassName
{
color: #5A249C;
}
</style>
background-color css
<style>
a { background-color: #5A249C; }
a { background-color: rgb(90,36,156); }
div.DivClassName
{
background-color: #5A249C;
}
.BgClassName
{
background-color: #5A249C;
}
</style>
border-color css
<style>
span { border-color: #5A249C; }
span { border-color: rgb(90,36,156); }
td.TdClassName
{
border-color: #5A249C;
}
.TagClassName
{
border-color: #5A249C;
}
</style>