Shades of Daisy Bush #5A229C
Tints of Daisy Bush #5A229C
RGB
CMYK
RGB Variations
Color information
#5A229C (or 0x5A229C) is known color: Daisy Bush. HEX triplet: 5A, 22 and 9C. RGB value is (90,34,156). Sum of RGB (Red+Green+Blue) = 90+34+156=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A229C is #A5DD63. Grayscale: #404040. Windows color (decimal): -10870116 or 10232410. OLE color: 10232410.
HSL color Cylindrical-coordinate representation of color #5A229C: hue angle of 267.54º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A229C is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 34 | 156 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.39 |
| HSL | 267.54º | 0.64% | 0.37% | - |
| HSV(B) | 267.54º | 0.78% | 0.61% | - |
| XYZ | 10.79 | 5.72 | 31.99 | - |
| YUV | 64.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 156 | 0.42 | 0.78 | 0 | 0.39 | 267.54 | 0.64 | 0.37 |
| Hex | 5A | 22 | 9C | 2A | 4E | 0 | 27 | 10C | 40 | 25 |
| Octal | 132 | 42 | 234 | 52 | 116 | 0 | 47 | 414 | 100 | 45 |
| Binary | 1011010 | 100010 | 10011100 | 101010 | 1001110 | 0 | 100111 | 100001100 | 1000000 | 100101 |
Color Harmonies of #5A229C
Complementary color
Monochromatic Colors of #5A229C
Black with #5A229C
Text Example
Text Example
White with #5A229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A229C; }
p { color: rgb(90,34,156); }
H1.HeaderClassName
{
color: #5A229C;
}
.AnyTagClassName
{
color: #5A229C;
}
</style>
background-color css
<style>
a { background-color: #5A229C; }
a { background-color: rgb(90,34,156); }
div.DivClassName
{
background-color: #5A229C;
}
.BgClassName
{
background-color: #5A229C;
}
</style>
border-color css
<style>
span { border-color: #5A229C; }
span { border-color: rgb(90,34,156); }
td.TdClassName
{
border-color: #5A229C;
}
.TagClassName
{
border-color: #5A229C;
}
</style>