Shades of Daisy Bush #5A3B8E
Tints of Daisy Bush #5A3B8E
RGB
CMYK
RGB Variations
Color information
#5A3B8E (or 0x5A3B8E) is known color: Daisy Bush. HEX triplet: 5A, 3B and 8E. RGB value is (90,59,142). Sum of RGB (Red+Green+Blue) = 90+59+142=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A3B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3B8E is #A5C471. Grayscale: #4D4D4D. Windows color (decimal): -10863730 or 9321306. OLE color: 9321306.
HSL color Cylindrical-coordinate representation of color #5A3B8E: hue angle of 262.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A3B8E is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 59 | 142 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.44 |
| HSL | 262.41º | 0.41% | 0.39% | - |
| HSV(B) | 262.41º | 0.58% | 0.56% | - |
| XYZ | 10.66 | 7.25 | 26.43 | - |
| YUV | 77.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 142 | 0.37 | 0.58 | 0 | 0.44 | 262.41 | 0.41 | 0.39 |
| Hex | 5A | 3B | 8E | 25 | 3A | 0 | 2C | 106 | 29 | 27 |
| Octal | 132 | 73 | 216 | 45 | 72 | 0 | 54 | 406 | 51 | 47 |
| Binary | 1011010 | 111011 | 10001110 | 100101 | 111010 | 0 | 101100 | 100000110 | 101001 | 100111 |
Color Harmonies of #5A3B8E
Complementary color
Monochromatic Colors of #5A3B8E
Black with #5A3B8E
Text Example
Text Example
White with #5A3B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B8E; }
p { color: rgb(90,59,142); }
H1.HeaderClassName
{
color: #5A3B8E;
}
.AnyTagClassName
{
color: #5A3B8E;
}
</style>
background-color css
<style>
a { background-color: #5A3B8E; }
a { background-color: rgb(90,59,142); }
div.DivClassName
{
background-color: #5A3B8E;
}
.BgClassName
{
background-color: #5A3B8E;
}
</style>
border-color css
<style>
span { border-color: #5A3B8E; }
span { border-color: rgb(90,59,142); }
td.TdClassName
{
border-color: #5A3B8E;
}
.TagClassName
{
border-color: #5A3B8E;
}
</style>