Shades of Daisy Bush #53289D
Tints of Daisy Bush #53289D
RGB
CMYK
RGB Variations
Color information
#53289D (or 0x53289D) is known color: Daisy Bush. HEX triplet: 53, 28 and 9D. RGB value is (83,40,157). Sum of RGB (Red+Green+Blue) = 83+40+157=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #53289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53289D is #ACD762. Grayscale: #414141. Windows color (decimal): -11327331 or 10299475. OLE color: 10299475.
HSL color Cylindrical-coordinate representation of color #53289D: hue angle of 262.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53289D is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 40 | 157 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.38 |
| HSL | 262.05º | 0.59% | 0.39% | - |
| HSV(B) | 262.05º | 0.75% | 0.62% | - |
| XYZ | 10.41 | 5.79 | 32.47 | - |
| YUV | 66.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 157 | 0.47 | 0.75 | 0 | 0.38 | 262.05 | 0.59 | 0.39 |
| Hex | 53 | 28 | 9D | 2F | 4B | 0 | 26 | 106 | 3B | 27 |
| Octal | 123 | 50 | 235 | 57 | 113 | 0 | 46 | 406 | 73 | 47 |
| Binary | 1010011 | 101000 | 10011101 | 101111 | 1001011 | 0 | 100110 | 100000110 | 111011 | 100111 |
Color Harmonies of #53289D
Complementary color
Monochromatic Colors of #53289D
Black with #53289D
Text Example
Text Example
White with #53289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53289D; }
p { color: rgb(83,40,157); }
H1.HeaderClassName
{
color: #53289D;
}
.AnyTagClassName
{
color: #53289D;
}
</style>
background-color css
<style>
a { background-color: #53289D; }
a { background-color: rgb(83,40,157); }
div.DivClassName
{
background-color: #53289D;
}
.BgClassName
{
background-color: #53289D;
}
</style>
border-color css
<style>
span { border-color: #53289D; }
span { border-color: rgb(83,40,157); }
td.TdClassName
{
border-color: #53289D;
}
.TagClassName
{
border-color: #53289D;
}
</style>