Shades of Daisy Bush #5A3C8A
Tints of Daisy Bush #5A3C8A
RGB
CMYK
RGB Variations
Color information
#5A3C8A (or 0x5A3C8A) is known color: Daisy Bush. HEX triplet: 5A, 3C and 8A. RGB value is (90,60,138). Sum of RGB (Red+Green+Blue) = 90+60+138=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A3C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3C8A is #A5C375. Grayscale: #4D4D4D. Windows color (decimal): -10863478 or 9059418. OLE color: 9059418.
HSL color Cylindrical-coordinate representation of color #5A3C8A: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A3C8A is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 60 | 138 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.46 |
| HSL | 263.08º | 0.39% | 0.39% | - |
| HSV(B) | 263.08º | 0.57% | 0.54% | - |
| XYZ | 10.42 | 7.24 | 24.89 | - |
| YUV | 77.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 138 | 0.35 | 0.57 | 0 | 0.46 | 263.08 | 0.39 | 0.39 |
| Hex | 5A | 3C | 8A | 23 | 39 | 0 | 2E | 107 | 27 | 27 |
| Octal | 132 | 74 | 212 | 43 | 71 | 0 | 56 | 407 | 47 | 47 |
| Binary | 1011010 | 111100 | 10001010 | 100011 | 111001 | 0 | 101110 | 100000111 | 100111 | 100111 |
Color Harmonies of #5A3C8A
Complementary color
Monochromatic Colors of #5A3C8A
Black with #5A3C8A
Text Example
Text Example
White with #5A3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C8A; }
p { color: rgb(90,60,138); }
H1.HeaderClassName
{
color: #5A3C8A;
}
.AnyTagClassName
{
color: #5A3C8A;
}
</style>
background-color css
<style>
a { background-color: #5A3C8A; }
a { background-color: rgb(90,60,138); }
div.DivClassName
{
background-color: #5A3C8A;
}
.BgClassName
{
background-color: #5A3C8A;
}
</style>
border-color css
<style>
span { border-color: #5A3C8A; }
span { border-color: rgb(90,60,138); }
td.TdClassName
{
border-color: #5A3C8A;
}
.TagClassName
{
border-color: #5A3C8A;
}
</style>