Shades of Daisy Bush #5A259A
Tints of Daisy Bush #5A259A
RGB
CMYK
RGB Variations
Color information
#5A259A (or 0x5A259A) is known color: Daisy Bush. HEX triplet: 5A, 25 and 9A. RGB value is (90,37,154). Sum of RGB (Red+Green+Blue) = 90+37+154=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A259A is #A5DA65. Grayscale: #414141. Windows color (decimal): -10869350 or 10102106. OLE color: 10102106.
HSL color Cylindrical-coordinate representation of color #5A259A: hue angle of 267.18º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A259A is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 37 | 154 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.40 |
| HSL | 267.18º | 0.61% | 0.37% | - |
| HSV(B) | 267.18º | 0.76% | 0.6% | - |
| XYZ | 10.71 | 5.83 | 31.13 | - |
| YUV | 66.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 154 | 0.42 | 0.76 | 0 | 0.40 | 267.18 | 0.61 | 0.37 |
| Hex | 5A | 25 | 9A | 2A | 4C | 0 | 28 | 10B | 3D | 25 |
| Octal | 132 | 45 | 232 | 52 | 114 | 0 | 50 | 413 | 75 | 45 |
| Binary | 1011010 | 100101 | 10011010 | 101010 | 1001100 | 0 | 101000 | 100001011 | 111101 | 100101 |
Color Harmonies of #5A259A
Complementary color
Monochromatic Colors of #5A259A
Black with #5A259A
Text Example
Text Example
White with #5A259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A259A; }
p { color: rgb(90,37,154); }
H1.HeaderClassName
{
color: #5A259A;
}
.AnyTagClassName
{
color: #5A259A;
}
</style>
background-color css
<style>
a { background-color: #5A259A; }
a { background-color: rgb(90,37,154); }
div.DivClassName
{
background-color: #5A259A;
}
.BgClassName
{
background-color: #5A259A;
}
</style>
border-color css
<style>
span { border-color: #5A259A; }
span { border-color: rgb(90,37,154); }
td.TdClassName
{
border-color: #5A259A;
}
.TagClassName
{
border-color: #5A259A;
}
</style>