Shades of Daisy Bush #5A3E8C
Tints of Daisy Bush #5A3E8C
RGB
CMYK
RGB Variations
Color information
#5A3E8C (or 0x5A3E8C) is known color: Daisy Bush. HEX triplet: 5A, 3E and 8C. RGB value is (90,62,140). Sum of RGB (Red+Green+Blue) = 90+62+140=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A3E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3E8C is #A5C173. Grayscale: #4E4E4E. Windows color (decimal): -10862964 or 9191002. OLE color: 9191002.
HSL color Cylindrical-coordinate representation of color #5A3E8C: hue angle of 261.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3E8C is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 62 | 140 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.45 |
| HSL | 261.54º | 0.39% | 0.4% | - |
| HSV(B) | 261.54º | 0.56% | 0.55% | - |
| XYZ | 10.67 | 7.51 | 25.7 | - |
| YUV | 79.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 140 | 0.36 | 0.56 | 0 | 0.45 | 261.54 | 0.39 | 0.4 |
| Hex | 5A | 3E | 8C | 24 | 38 | 0 | 2D | 106 | 27 | 28 |
| Octal | 132 | 76 | 214 | 44 | 70 | 0 | 55 | 406 | 47 | 50 |
| Binary | 1011010 | 111110 | 10001100 | 100100 | 111000 | 0 | 101101 | 100000110 | 100111 | 101000 |
Color Harmonies of #5A3E8C
Complementary color
Monochromatic Colors of #5A3E8C
Black with #5A3E8C
Text Example
Text Example
White with #5A3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E8C; }
p { color: rgb(90,62,140); }
H1.HeaderClassName
{
color: #5A3E8C;
}
.AnyTagClassName
{
color: #5A3E8C;
}
</style>
background-color css
<style>
a { background-color: #5A3E8C; }
a { background-color: rgb(90,62,140); }
div.DivClassName
{
background-color: #5A3E8C;
}
.BgClassName
{
background-color: #5A3E8C;
}
</style>
border-color css
<style>
span { border-color: #5A3E8C; }
span { border-color: rgb(90,62,140); }
td.TdClassName
{
border-color: #5A3E8C;
}
.TagClassName
{
border-color: #5A3E8C;
}
</style>