Shades of Daisy Bush #5A358C
Tints of Daisy Bush #5A358C
RGB
CMYK
RGB Variations
Color information
#5A358C (or 0x5A358C) is known color: Daisy Bush. HEX triplet: 5A, 35 and 8C. RGB value is (90,53,140). Sum of RGB (Red+Green+Blue) = 90+53+140=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A358C is #A5CA73. Grayscale: #494949. Windows color (decimal): -10865268 or 9188698. OLE color: 9188698.
HSL color Cylindrical-coordinate representation of color #5A358C: hue angle of 265.52º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A358C is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 53 | 140 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.45 |
| HSL | 265.52º | 0.45% | 0.38% | - |
| HSV(B) | 265.52º | 0.62% | 0.55% | - |
| XYZ | 10.22 | 6.61 | 25.55 | - |
| YUV | 73.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 140 | 0.36 | 0.62 | 0 | 0.45 | 265.52 | 0.45 | 0.38 |
| Hex | 5A | 35 | 8C | 24 | 3E | 0 | 2D | 10A | 2D | 26 |
| Octal | 132 | 65 | 214 | 44 | 76 | 0 | 55 | 412 | 55 | 46 |
| Binary | 1011010 | 110101 | 10001100 | 100100 | 111110 | 0 | 101101 | 100001010 | 101101 | 100110 |
Color Harmonies of #5A358C
Complementary color
Monochromatic Colors of #5A358C
Black with #5A358C
Text Example
Text Example
White with #5A358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A358C; }
p { color: rgb(90,53,140); }
H1.HeaderClassName
{
color: #5A358C;
}
.AnyTagClassName
{
color: #5A358C;
}
</style>
background-color css
<style>
a { background-color: #5A358C; }
a { background-color: rgb(90,53,140); }
div.DivClassName
{
background-color: #5A358C;
}
.BgClassName
{
background-color: #5A358C;
}
</style>
border-color css
<style>
span { border-color: #5A358C; }
span { border-color: rgb(90,53,140); }
td.TdClassName
{
border-color: #5A358C;
}
.TagClassName
{
border-color: #5A358C;
}
</style>