Shades of Daisy Bush #5A3092
Tints of Daisy Bush #5A3092
RGB
CMYK
RGB Variations
Color information
#5A3092 (or 0x5A3092) is known color: Daisy Bush. HEX triplet: 5A, 30 and 92. RGB value is (90,48,146). Sum of RGB (Red+Green+Blue) = 90+48+146=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A3092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3092 is #A5CF6D. Grayscale: #474747. Windows color (decimal): -10866542 or 9580634. OLE color: 9580634.
HSL color Cylindrical-coordinate representation of color #5A3092: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A3092 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 48 | 146 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.43 |
| HSL | 265.71º | 0.51% | 0.38% | - |
| HSV(B) | 265.71º | 0.67% | 0.57% | - |
| XYZ | 10.46 | 6.36 | 27.87 | - |
| YUV | 71.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 146 | 0.38 | 0.67 | 0 | 0.43 | 265.71 | 0.51 | 0.38 |
| Hex | 5A | 30 | 92 | 26 | 43 | 0 | 2B | 10A | 33 | 26 |
| Octal | 132 | 60 | 222 | 46 | 103 | 0 | 53 | 412 | 63 | 46 |
| Binary | 1011010 | 110000 | 10010010 | 100110 | 1000011 | 0 | 101011 | 100001010 | 110011 | 100110 |
Color Harmonies of #5A3092
Complementary color
Monochromatic Colors of #5A3092
Black with #5A3092
Text Example
Text Example
White with #5A3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3092; }
p { color: rgb(90,48,146); }
H1.HeaderClassName
{
color: #5A3092;
}
.AnyTagClassName
{
color: #5A3092;
}
</style>
background-color css
<style>
a { background-color: #5A3092; }
a { background-color: rgb(90,48,146); }
div.DivClassName
{
background-color: #5A3092;
}
.BgClassName
{
background-color: #5A3092;
}
</style>
border-color css
<style>
span { border-color: #5A3092; }
span { border-color: rgb(90,48,146); }
td.TdClassName
{
border-color: #5A3092;
}
.TagClassName
{
border-color: #5A3092;
}
</style>