Shades of Daisy Bush #5A2597
Tints of Daisy Bush #5A2597
RGB
CMYK
RGB Variations
Color information
#5A2597 (or 0x5A2597) is known color: Daisy Bush. HEX triplet: 5A, 25 and 97. RGB value is (90,37,151). Sum of RGB (Red+Green+Blue) = 90+37+151=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A2597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2597 is #A5DA68. Grayscale: #414141. Windows color (decimal): -10869353 or 9905498. OLE color: 9905498.
HSL color Cylindrical-coordinate representation of color #5A2597: hue angle of 267.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A2597 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 37 | 151 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.41 |
| HSL | 267.89º | 0.61% | 0.37% | - |
| HSV(B) | 267.89º | 0.75% | 0.59% | - |
| XYZ | 10.46 | 5.73 | 29.83 | - |
| YUV | 65.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 151 | 0.40 | 0.75 | 0 | 0.41 | 267.89 | 0.61 | 0.37 |
| Hex | 5A | 25 | 97 | 28 | 4B | 0 | 29 | 10C | 3D | 25 |
| Octal | 132 | 45 | 227 | 50 | 113 | 0 | 51 | 414 | 75 | 45 |
| Binary | 1011010 | 100101 | 10010111 | 101000 | 1001011 | 0 | 101001 | 100001100 | 111101 | 100101 |
Color Harmonies of #5A2597
Complementary color
Monochromatic Colors of #5A2597
Black with #5A2597
Text Example
Text Example
White with #5A2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2597; }
p { color: rgb(90,37,151); }
H1.HeaderClassName
{
color: #5A2597;
}
.AnyTagClassName
{
color: #5A2597;
}
</style>
background-color css
<style>
a { background-color: #5A2597; }
a { background-color: rgb(90,37,151); }
div.DivClassName
{
background-color: #5A2597;
}
.BgClassName
{
background-color: #5A2597;
}
</style>
border-color css
<style>
span { border-color: #5A2597; }
span { border-color: rgb(90,37,151); }
td.TdClassName
{
border-color: #5A2597;
}
.TagClassName
{
border-color: #5A2597;
}
</style>