Shades of Daisy Bush #5A3E88
Tints of Daisy Bush #5A3E88
RGB
CMYK
RGB Variations
Color information
#5A3E88 (or 0x5A3E88) is known color: Daisy Bush. HEX triplet: 5A, 3E and 88. RGB value is (90,62,136). Sum of RGB (Red+Green+Blue) = 90+62+136=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A3E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3E88 is #A5C177. Grayscale: #4E4E4E. Windows color (decimal): -10862968 or 8928858. OLE color: 8928858.
HSL color Cylindrical-coordinate representation of color #5A3E88: hue angle of 262.7º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A3E88 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 62 | 136 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.47 |
| HSL | 262.7º | 0.37% | 0.39% | - |
| HSV(B) | 262.7º | 0.54% | 0.53% | - |
| XYZ | 10.38 | 7.4 | 24.17 | - |
| YUV | 78.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 136 | 0.34 | 0.54 | 0 | 0.47 | 262.7 | 0.37 | 0.39 |
| Hex | 5A | 3E | 88 | 22 | 36 | 0 | 2F | 107 | 25 | 27 |
| Octal | 132 | 76 | 210 | 42 | 66 | 0 | 57 | 407 | 45 | 47 |
| Binary | 1011010 | 111110 | 10001000 | 100010 | 110110 | 0 | 101111 | 100000111 | 100101 | 100111 |
Color Harmonies of #5A3E88
Complementary color
Monochromatic Colors of #5A3E88
Black with #5A3E88
Text Example
Text Example
White with #5A3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E88; }
p { color: rgb(90,62,136); }
H1.HeaderClassName
{
color: #5A3E88;
}
.AnyTagClassName
{
color: #5A3E88;
}
</style>
background-color css
<style>
a { background-color: #5A3E88; }
a { background-color: rgb(90,62,136); }
div.DivClassName
{
background-color: #5A3E88;
}
.BgClassName
{
background-color: #5A3E88;
}
</style>
border-color css
<style>
span { border-color: #5A3E88; }
span { border-color: rgb(90,62,136); }
td.TdClassName
{
border-color: #5A3E88;
}
.TagClassName
{
border-color: #5A3E88;
}
</style>