Shades of Daisy Bush #5A329F
Tints of Daisy Bush #5A329F
RGB
CMYK
RGB Variations
Color information
#5A329F (or 0x5A329F) is known color: Daisy Bush. HEX triplet: 5A, 32 and 9F. RGB value is (90,50,159). Sum of RGB (Red+Green+Blue) = 90+50+159=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A329F is #A5CD60. Grayscale: #494949. Windows color (decimal): -10866017 or 10433114. OLE color: 10433114.
HSL color Cylindrical-coordinate representation of color #5A329F: hue angle of 262.02º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A329F is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 50 | 159 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.38 |
| HSL | 262.02º | 0.52% | 0.41% | - |
| HSV(B) | 262.02º | 0.69% | 0.62% | - |
| XYZ | 11.62 | 6.96 | 33.53 | - |
| YUV | 74.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 159 | 0.43 | 0.69 | 0 | 0.38 | 262.02 | 0.52 | 0.41 |
| Hex | 5A | 32 | 9F | 2B | 45 | 0 | 26 | 106 | 34 | 29 |
| Octal | 132 | 62 | 237 | 53 | 105 | 0 | 46 | 406 | 64 | 51 |
| Binary | 1011010 | 110010 | 10011111 | 101011 | 1000101 | 0 | 100110 | 100000110 | 110100 | 101001 |
Color Harmonies of #5A329F
Complementary color
Monochromatic Colors of #5A329F
Black with #5A329F
Text Example
Text Example
White with #5A329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A329F; }
p { color: rgb(90,50,159); }
H1.HeaderClassName
{
color: #5A329F;
}
.AnyTagClassName
{
color: #5A329F;
}
</style>
background-color css
<style>
a { background-color: #5A329F; }
a { background-color: rgb(90,50,159); }
div.DivClassName
{
background-color: #5A329F;
}
.BgClassName
{
background-color: #5A329F;
}
</style>
border-color css
<style>
span { border-color: #5A329F; }
span { border-color: rgb(90,50,159); }
td.TdClassName
{
border-color: #5A329F;
}
.TagClassName
{
border-color: #5A329F;
}
</style>