Shades of Daisy Bush #5426A5
Tints of Daisy Bush #5426A5
RGB
CMYK
RGB Variations
Color information
#5426A5 (or 0x5426A5) is known color: Daisy Bush. HEX triplet: 54, 26 and A5. RGB value is (84,38,165). Sum of RGB (Red+Green+Blue) = 84+38+165=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #5426A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5426A5 is #ABD95A. Grayscale: #414141. Windows color (decimal): -11262299 or 10823252. OLE color: 10823252.
HSL color Cylindrical-coordinate representation of color #5426A5: hue angle of 261.73º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5426A5 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 38 | 165 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.35 |
| HSL | 261.73º | 0.63% | 0.4% | - |
| HSV(B) | 261.73º | 0.77% | 0.65% | - |
| XYZ | 11.14 | 5.99 | 36.17 | - |
| YUV | 66.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 165 | 0.49 | 0.77 | 0 | 0.35 | 261.73 | 0.63 | 0.4 |
| Hex | 54 | 26 | A5 | 31 | 4D | 0 | 23 | 106 | 3F | 28 |
| Octal | 124 | 46 | 245 | 61 | 115 | 0 | 43 | 406 | 77 | 50 |
| Binary | 1010100 | 100110 | 10100101 | 110001 | 1001101 | 0 | 100011 | 100000110 | 111111 | 101000 |
Color Harmonies of #5426A5
Complementary color
Monochromatic Colors of #5426A5
Black with #5426A5
Text Example
Text Example
White with #5426A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426A5; }
p { color: rgb(84,38,165); }
H1.HeaderClassName
{
color: #5426A5;
}
.AnyTagClassName
{
color: #5426A5;
}
</style>
background-color css
<style>
a { background-color: #5426A5; }
a { background-color: rgb(84,38,165); }
div.DivClassName
{
background-color: #5426A5;
}
.BgClassName
{
background-color: #5426A5;
}
</style>
border-color css
<style>
span { border-color: #5426A5; }
span { border-color: rgb(84,38,165); }
td.TdClassName
{
border-color: #5426A5;
}
.TagClassName
{
border-color: #5426A5;
}
</style>