Shades of Daisy Bush #53249C
Tints of Daisy Bush #53249C
RGB
CMYK
RGB Variations
Color information
#53249C (or 0x53249C) is known color: Daisy Bush. HEX triplet: 53, 24 and 9C. RGB value is (83,36,156). Sum of RGB (Red+Green+Blue) = 83+36+156=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #53249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53249C is #ACDB63. Grayscale: #3F3F3F. Windows color (decimal): -11328356 or 10232915. OLE color: 10232915.
HSL color Cylindrical-coordinate representation of color #53249C: hue angle of 263.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53249C is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 36 | 156 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.39 |
| HSL | 263.5º | 0.63% | 0.38% | - |
| HSV(B) | 263.5º | 0.77% | 0.61% | - |
| XYZ | 10.2 | 5.5 | 31.98 | - |
| YUV | 63.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 156 | 0.47 | 0.77 | 0 | 0.39 | 263.5 | 0.63 | 0.38 |
| Hex | 53 | 24 | 9C | 2F | 4D | 0 | 27 | 108 | 3E | 26 |
| Octal | 123 | 44 | 234 | 57 | 115 | 0 | 47 | 410 | 76 | 46 |
| Binary | 1010011 | 100100 | 10011100 | 101111 | 1001101 | 0 | 100111 | 100001000 | 111110 | 100110 |
Color Harmonies of #53249C
Complementary color
Monochromatic Colors of #53249C
Black with #53249C
Text Example
Text Example
White with #53249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53249C; }
p { color: rgb(83,36,156); }
H1.HeaderClassName
{
color: #53249C;
}
.AnyTagClassName
{
color: #53249C;
}
</style>
background-color css
<style>
a { background-color: #53249C; }
a { background-color: rgb(83,36,156); }
div.DivClassName
{
background-color: #53249C;
}
.BgClassName
{
background-color: #53249C;
}
</style>
border-color css
<style>
span { border-color: #53249C; }
span { border-color: rgb(83,36,156); }
td.TdClassName
{
border-color: #53249C;
}
.TagClassName
{
border-color: #53249C;
}
</style>