Shades of Daisy Bush #5331A6
Tints of Daisy Bush #5331A6
RGB
CMYK
RGB Variations
Color information
#5331A6 (or 0x5331A6) is known color: Daisy Bush. HEX triplet: 53, 31 and A6. RGB value is (83,49,166). Sum of RGB (Red+Green+Blue) = 83+49+166=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #5331A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5331A6 is #ACCE59. Grayscale: #484848. Windows color (decimal): -11325018 or 10891603. OLE color: 10891603.
HSL color Cylindrical-coordinate representation of color #5331A6: hue angle of 257.44º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5331A6 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 49 | 166 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.35 |
| HSL | 257.44º | 0.54% | 0.42% | - |
| HSV(B) | 257.44º | 0.7% | 0.65% | - |
| XYZ | 11.55 | 6.79 | 36.78 | - |
| YUV | 72.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 166 | 0.50 | 0.70 | 0 | 0.35 | 257.44 | 0.54 | 0.42 |
| Hex | 53 | 31 | A6 | 32 | 46 | 0 | 23 | 101 | 36 | 2A |
| Octal | 123 | 61 | 246 | 62 | 106 | 0 | 43 | 401 | 66 | 52 |
| Binary | 1010011 | 110001 | 10100110 | 110010 | 1000110 | 0 | 100011 | 100000001 | 110110 | 101010 |
Color Harmonies of #5331A6
Complementary color
Monochromatic Colors of #5331A6
Black with #5331A6
Text Example
Text Example
White with #5331A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331A6; }
p { color: rgb(83,49,166); }
H1.HeaderClassName
{
color: #5331A6;
}
.AnyTagClassName
{
color: #5331A6;
}
</style>
background-color css
<style>
a { background-color: #5331A6; }
a { background-color: rgb(83,49,166); }
div.DivClassName
{
background-color: #5331A6;
}
.BgClassName
{
background-color: #5331A6;
}
</style>
border-color css
<style>
span { border-color: #5331A6; }
span { border-color: rgb(83,49,166); }
td.TdClassName
{
border-color: #5331A6;
}
.TagClassName
{
border-color: #5331A6;
}
</style>