Shades of Daisy Bush #5A4084
Tints of Daisy Bush #5A4084
RGB
CMYK
RGB Variations
Color information
#5A4084 (or 0x5A4084) is known color: Daisy Bush. HEX triplet: 5A, 40 and 84. RGB value is (90,64,132). Sum of RGB (Red+Green+Blue) = 90+64+132=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4084 is #A5BF7B. Grayscale: #4F4F4F. Windows color (decimal): -10862460 or 8667226. OLE color: 8667226.
HSL color Cylindrical-coordinate representation of color #5A4084: hue angle of 262.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A4084 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 64 | 132 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.48 |
| HSL | 262.94º | 0.35% | 0.38% | - |
| HSV(B) | 262.94º | 0.52% | 0.52% | - |
| XYZ | 10.21 | 7.51 | 22.74 | - |
| YUV | 79.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 132 | 0.32 | 0.52 | 0 | 0.48 | 262.94 | 0.35 | 0.38 |
| Hex | 5A | 40 | 84 | 20 | 34 | 0 | 30 | 107 | 23 | 26 |
| Octal | 132 | 100 | 204 | 40 | 64 | 0 | 60 | 407 | 43 | 46 |
| Binary | 1011010 | 1000000 | 10000100 | 100000 | 110100 | 0 | 110000 | 100000111 | 100011 | 100110 |
Color Harmonies of #5A4084
Complementary color
Monochromatic Colors of #5A4084
Black with #5A4084
Text Example
Text Example
White with #5A4084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4084; }
p { color: rgb(90,64,132); }
H1.HeaderClassName
{
color: #5A4084;
}
.AnyTagClassName
{
color: #5A4084;
}
</style>
background-color css
<style>
a { background-color: #5A4084; }
a { background-color: rgb(90,64,132); }
div.DivClassName
{
background-color: #5A4084;
}
.BgClassName
{
background-color: #5A4084;
}
</style>
border-color css
<style>
span { border-color: #5A4084; }
span { border-color: rgb(90,64,132); }
td.TdClassName
{
border-color: #5A4084;
}
.TagClassName
{
border-color: #5A4084;
}
</style>