Shades of Daisy Bush #5A3892
Tints of Daisy Bush #5A3892
RGB
CMYK
RGB Variations
Color information
#5A3892 (or 0x5A3892) is known color: Daisy Bush. HEX triplet: 5A, 38 and 92. RGB value is (90,56,146). Sum of RGB (Red+Green+Blue) = 90+56+146=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A3892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3892 is #A5C76D. Grayscale: #4C4C4C. Windows color (decimal): -10864494 or 9582682. OLE color: 9582682.
HSL color Cylindrical-coordinate representation of color #5A3892: hue angle of 262.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A3892 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 56 | 146 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.43 |
| HSL | 262.67º | 0.45% | 0.4% | - |
| HSV(B) | 262.67º | 0.62% | 0.57% | - |
| XYZ | 10.82 | 7.08 | 27.99 | - |
| YUV | 76.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 146 | 0.38 | 0.62 | 0 | 0.43 | 262.67 | 0.45 | 0.4 |
| Hex | 5A | 38 | 92 | 26 | 3E | 0 | 2B | 107 | 2D | 28 |
| Octal | 132 | 70 | 222 | 46 | 76 | 0 | 53 | 407 | 55 | 50 |
| Binary | 1011010 | 111000 | 10010010 | 100110 | 111110 | 0 | 101011 | 100000111 | 101101 | 101000 |
Color Harmonies of #5A3892
Complementary color
Monochromatic Colors of #5A3892
Black with #5A3892
Text Example
Text Example
White with #5A3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3892; }
p { color: rgb(90,56,146); }
H1.HeaderClassName
{
color: #5A3892;
}
.AnyTagClassName
{
color: #5A3892;
}
</style>
background-color css
<style>
a { background-color: #5A3892; }
a { background-color: rgb(90,56,146); }
div.DivClassName
{
background-color: #5A3892;
}
.BgClassName
{
background-color: #5A3892;
}
</style>
border-color css
<style>
span { border-color: #5A3892; }
span { border-color: rgb(90,56,146); }
td.TdClassName
{
border-color: #5A3892;
}
.TagClassName
{
border-color: #5A3892;
}
</style>