Shades of Daisy Bush #5A469B
Tints of Daisy Bush #5A469B
RGB
CMYK
RGB Variations
Color information
#5A469B (or 0x5A469B) is known color: Daisy Bush. HEX triplet: 5A, 46 and 9B. RGB value is (90,70,155). Sum of RGB (Red+Green+Blue) = 90+70+155=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A469B is #A5B964. Grayscale: #555555. Windows color (decimal): -10860901 or 10176090. OLE color: 10176090.
HSL color Cylindrical-coordinate representation of color #5A469B: hue angle of 254.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A469B is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 70 | 155 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.39 |
| HSL | 254.12º | 0.38% | 0.44% | - |
| HSV(B) | 254.12º | 0.55% | 0.61% | - |
| XYZ | 12.32 | 8.92 | 32.08 | - |
| YUV | 85.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 155 | 0.42 | 0.55 | 0 | 0.39 | 254.12 | 0.38 | 0.44 |
| Hex | 5A | 46 | 9B | 2A | 37 | 0 | 27 | FE | 26 | 2C |
| Octal | 132 | 106 | 233 | 52 | 67 | 0 | 47 | 376 | 46 | 54 |
| Binary | 1011010 | 1000110 | 10011011 | 101010 | 110111 | 0 | 100111 | 11111110 | 100110 | 101100 |
Color Harmonies of #5A469B
Complementary color
Monochromatic Colors of #5A469B
Black with #5A469B
Text Example
Text Example
White with #5A469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A469B; }
p { color: rgb(90,70,155); }
H1.HeaderClassName
{
color: #5A469B;
}
.AnyTagClassName
{
color: #5A469B;
}
</style>
background-color css
<style>
a { background-color: #5A469B; }
a { background-color: rgb(90,70,155); }
div.DivClassName
{
background-color: #5A469B;
}
.BgClassName
{
background-color: #5A469B;
}
</style>
border-color css
<style>
span { border-color: #5A469B; }
span { border-color: rgb(90,70,155); }
td.TdClassName
{
border-color: #5A469B;
}
.TagClassName
{
border-color: #5A469B;
}
</style>