Shades of Daisy Bush #5A2A97
Tints of Daisy Bush #5A2A97
RGB
CMYK
RGB Variations
Color information
#5A2A97 (or 0x5A2A97) is known color: Daisy Bush. HEX triplet: 5A, 2A and 97. RGB value is (90,42,151). Sum of RGB (Red+Green+Blue) = 90+42+151=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A2A97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2A97 is #A5D568. Grayscale: #444444. Windows color (decimal): -10868073 or 9906778. OLE color: 9906778.
HSL color Cylindrical-coordinate representation of color #5A2A97: hue angle of 266.42º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2A97 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 42 | 151 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.41 |
| HSL | 266.42º | 0.56% | 0.38% | - |
| HSV(B) | 266.42º | 0.72% | 0.59% | - |
| XYZ | 10.63 | 6.06 | 29.89 | - |
| YUV | 68.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 151 | 0.40 | 0.72 | 0 | 0.41 | 266.42 | 0.56 | 0.38 |
| Hex | 5A | 2A | 97 | 28 | 48 | 0 | 29 | 10A | 38 | 26 |
| Octal | 132 | 52 | 227 | 50 | 110 | 0 | 51 | 412 | 70 | 46 |
| Binary | 1011010 | 101010 | 10010111 | 101000 | 1001000 | 0 | 101001 | 100001010 | 111000 | 100110 |
Color Harmonies of #5A2A97
Complementary color
Monochromatic Colors of #5A2A97
Black with #5A2A97
Text Example
Text Example
White with #5A2A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A97; }
p { color: rgb(90,42,151); }
H1.HeaderClassName
{
color: #5A2A97;
}
.AnyTagClassName
{
color: #5A2A97;
}
</style>
background-color css
<style>
a { background-color: #5A2A97; }
a { background-color: rgb(90,42,151); }
div.DivClassName
{
background-color: #5A2A97;
}
.BgClassName
{
background-color: #5A2A97;
}
</style>
border-color css
<style>
span { border-color: #5A2A97; }
span { border-color: rgb(90,42,151); }
td.TdClassName
{
border-color: #5A2A97;
}
.TagClassName
{
border-color: #5A2A97;
}
</style>