Shades of Daisy Bush #53299E
Tints of Daisy Bush #53299E
RGB
CMYK
RGB Variations
Color information
#53299E (or 0x53299E) is known color: Daisy Bush. HEX triplet: 53, 29 and 9E. RGB value is (83,41,158). Sum of RGB (Red+Green+Blue) = 83+41+158=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #53299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53299E is #ACD661. Grayscale: #424242. Windows color (decimal): -11327074 or 10365267. OLE color: 10365267.
HSL color Cylindrical-coordinate representation of color #53299E: hue angle of 261.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53299E is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 41 | 158 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.38 |
| HSL | 261.54º | 0.59% | 0.39% | - |
| HSV(B) | 261.54º | 0.74% | 0.62% | - |
| XYZ | 10.53 | 5.89 | 32.93 | - |
| YUV | 66.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 158 | 0.47 | 0.74 | 0 | 0.38 | 261.54 | 0.59 | 0.39 |
| Hex | 53 | 29 | 9E | 2F | 4A | 0 | 26 | 106 | 3B | 27 |
| Octal | 123 | 51 | 236 | 57 | 112 | 0 | 46 | 406 | 73 | 47 |
| Binary | 1010011 | 101001 | 10011110 | 101111 | 1001010 | 0 | 100110 | 100000110 | 111011 | 100111 |
Color Harmonies of #53299E
Complementary color
Monochromatic Colors of #53299E
Black with #53299E
Text Example
Text Example
White with #53299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53299E; }
p { color: rgb(83,41,158); }
H1.HeaderClassName
{
color: #53299E;
}
.AnyTagClassName
{
color: #53299E;
}
</style>
background-color css
<style>
a { background-color: #53299E; }
a { background-color: rgb(83,41,158); }
div.DivClassName
{
background-color: #53299E;
}
.BgClassName
{
background-color: #53299E;
}
</style>
border-color css
<style>
span { border-color: #53299E; }
span { border-color: rgb(83,41,158); }
td.TdClassName
{
border-color: #53299E;
}
.TagClassName
{
border-color: #53299E;
}
</style>