Shades of Daisy Bush #5328A3
Tints of Daisy Bush #5328A3
RGB
CMYK
RGB Variations
Color information
#5328A3 (or 0x5328A3) is known color: Daisy Bush. HEX triplet: 53, 28 and A3. RGB value is (83,40,163). Sum of RGB (Red+Green+Blue) = 83+40+163=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #5328A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5328A3 is #ACD75C. Grayscale: #424242. Windows color (decimal): -11327325 or 10692691. OLE color: 10692691.
HSL color Cylindrical-coordinate representation of color #5328A3: hue angle of 260.98º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5328A3 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 40 | 163 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.36 |
| HSL | 260.98º | 0.61% | 0.4% | - |
| HSV(B) | 260.98º | 0.75% | 0.64% | - |
| XYZ | 10.94 | 6 | 35.23 | - |
| YUV | 66.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 163 | 0.49 | 0.75 | 0 | 0.36 | 260.98 | 0.61 | 0.4 |
| Hex | 53 | 28 | A3 | 31 | 4B | 0 | 24 | 105 | 3D | 28 |
| Octal | 123 | 50 | 243 | 61 | 113 | 0 | 44 | 405 | 75 | 50 |
| Binary | 1010011 | 101000 | 10100011 | 110001 | 1001011 | 0 | 100100 | 100000101 | 111101 | 101000 |
Color Harmonies of #5328A3
Complementary color
Monochromatic Colors of #5328A3
Black with #5328A3
Text Example
Text Example
White with #5328A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328A3; }
p { color: rgb(83,40,163); }
H1.HeaderClassName
{
color: #5328A3;
}
.AnyTagClassName
{
color: #5328A3;
}
</style>
background-color css
<style>
a { background-color: #5328A3; }
a { background-color: rgb(83,40,163); }
div.DivClassName
{
background-color: #5328A3;
}
.BgClassName
{
background-color: #5328A3;
}
</style>
border-color css
<style>
span { border-color: #5328A3; }
span { border-color: rgb(83,40,163); }
td.TdClassName
{
border-color: #5328A3;
}
.TagClassName
{
border-color: #5328A3;
}
</style>