Shades of Daisy Bush #5A259B
Tints of Daisy Bush #5A259B
RGB
CMYK
RGB Variations
Color information
#5A259B (or 0x5A259B) is known color: Daisy Bush. HEX triplet: 5A, 25 and 9B. RGB value is (90,37,155). Sum of RGB (Red+Green+Blue) = 90+37+155=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A259B is #A5DA64. Grayscale: #414141. Windows color (decimal): -10869349 or 10167642. OLE color: 10167642.
HSL color Cylindrical-coordinate representation of color #5A259B: hue angle of 266.95º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A259B is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 37 | 155 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.39 |
| HSL | 266.95º | 0.61% | 0.38% | - |
| HSV(B) | 266.95º | 0.76% | 0.61% | - |
| XYZ | 10.79 | 5.86 | 31.57 | - |
| YUV | 66.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 155 | 0.42 | 0.76 | 0 | 0.39 | 266.95 | 0.61 | 0.38 |
| Hex | 5A | 25 | 9B | 2A | 4C | 0 | 27 | 10B | 3D | 26 |
| Octal | 132 | 45 | 233 | 52 | 114 | 0 | 47 | 413 | 75 | 46 |
| Binary | 1011010 | 100101 | 10011011 | 101010 | 1001100 | 0 | 100111 | 100001011 | 111101 | 100110 |
Color Harmonies of #5A259B
Complementary color
Monochromatic Colors of #5A259B
Black with #5A259B
Text Example
Text Example
White with #5A259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A259B; }
p { color: rgb(90,37,155); }
H1.HeaderClassName
{
color: #5A259B;
}
.AnyTagClassName
{
color: #5A259B;
}
</style>
background-color css
<style>
a { background-color: #5A259B; }
a { background-color: rgb(90,37,155); }
div.DivClassName
{
background-color: #5A259B;
}
.BgClassName
{
background-color: #5A259B;
}
</style>
border-color css
<style>
span { border-color: #5A259B; }
span { border-color: rgb(90,37,155); }
td.TdClassName
{
border-color: #5A259B;
}
.TagClassName
{
border-color: #5A259B;
}
</style>