Shades of Daisy Bush #5A398F
Tints of Daisy Bush #5A398F
RGB
CMYK
RGB Variations
Color information
#5A398F (or 0x5A398F) is known color: Daisy Bush. HEX triplet: 5A, 39 and 8F. RGB value is (90,57,143). Sum of RGB (Red+Green+Blue) = 90+57+143=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A398F is #A5C670. Grayscale: #4C4C4C. Windows color (decimal): -10864241 or 9386330. OLE color: 9386330.
HSL color Cylindrical-coordinate representation of color #5A398F: hue angle of 263.02º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A398F is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 57 | 143 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.44 |
| HSL | 263.02º | 0.43% | 0.39% | - |
| HSV(B) | 263.02º | 0.6% | 0.56% | - |
| XYZ | 10.64 | 7.08 | 26.79 | - |
| YUV | 76.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 143 | 0.37 | 0.60 | 0 | 0.44 | 263.02 | 0.43 | 0.39 |
| Hex | 5A | 39 | 8F | 25 | 3C | 0 | 2C | 107 | 2B | 27 |
| Octal | 132 | 71 | 217 | 45 | 74 | 0 | 54 | 407 | 53 | 47 |
| Binary | 1011010 | 111001 | 10001111 | 100101 | 111100 | 0 | 101100 | 100000111 | 101011 | 100111 |
Color Harmonies of #5A398F
Complementary color
Monochromatic Colors of #5A398F
Black with #5A398F
Text Example
Text Example
White with #5A398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A398F; }
p { color: rgb(90,57,143); }
H1.HeaderClassName
{
color: #5A398F;
}
.AnyTagClassName
{
color: #5A398F;
}
</style>
background-color css
<style>
a { background-color: #5A398F; }
a { background-color: rgb(90,57,143); }
div.DivClassName
{
background-color: #5A398F;
}
.BgClassName
{
background-color: #5A398F;
}
</style>
border-color css
<style>
span { border-color: #5A398F; }
span { border-color: rgb(90,57,143); }
td.TdClassName
{
border-color: #5A398F;
}
.TagClassName
{
border-color: #5A398F;
}
</style>