Shades of Daisy Bush #5A3692
Tints of Daisy Bush #5A3692
RGB
CMYK
RGB Variations
Color information
#5A3692 (or 0x5A3692) is known color: Daisy Bush. HEX triplet: 5A, 36 and 92. RGB value is (90,54,146). Sum of RGB (Red+Green+Blue) = 90+54+146=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A3692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3692 is #A5C96D. Grayscale: #4A4A4A. Windows color (decimal): -10865006 or 9582170. OLE color: 9582170.
HSL color Cylindrical-coordinate representation of color #5A3692: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3692 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 54 | 146 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.43 |
| HSL | 263.48º | 0.46% | 0.39% | - |
| HSV(B) | 263.48º | 0.63% | 0.57% | - |
| XYZ | 10.72 | 6.89 | 27.96 | - |
| YUV | 75.25 | 167.93 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 146 | 0.38 | 0.63 | 0 | 0.43 | 263.48 | 0.46 | 0.39 |
| Hex | 5A | 36 | 92 | 26 | 3F | 0 | 2B | 107 | 2E | 27 |
| Octal | 132 | 66 | 222 | 46 | 77 | 0 | 53 | 407 | 56 | 47 |
| Binary | 1011010 | 110110 | 10010010 | 100110 | 111111 | 0 | 101011 | 100000111 | 101110 | 100111 |
Color Harmonies of #5A3692
Complementary color
Monochromatic Colors of #5A3692
Black with #5A3692
Text Example
Text Example
White with #5A3692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3692; }
p { color: rgb(90,54,146); }
H1.HeaderClassName
{
color: #5A3692;
}
.AnyTagClassName
{
color: #5A3692;
}
</style>
background-color css
<style>
a { background-color: #5A3692; }
a { background-color: rgb(90,54,146); }
div.DivClassName
{
background-color: #5A3692;
}
.BgClassName
{
background-color: #5A3692;
}
</style>
border-color css
<style>
span { border-color: #5A3692; }
span { border-color: rgb(90,54,146); }
td.TdClassName
{
border-color: #5A3692;
}
.TagClassName
{
border-color: #5A3692;
}
</style>