Shades of Daisy Bush #53299C
Tints of Daisy Bush #53299C
RGB
CMYK
RGB Variations
Color information
#53299C (or 0x53299C) is known color: Daisy Bush. HEX triplet: 53, 29 and 9C. RGB value is (83,41,156). Sum of RGB (Red+Green+Blue) = 83+41+156=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #53299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53299C is #ACD663. Grayscale: #424242. Windows color (decimal): -11327076 or 10234195. OLE color: 10234195.
HSL color Cylindrical-coordinate representation of color #53299C: hue angle of 261.91º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53299C is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 41 | 156 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.39 |
| HSL | 261.91º | 0.58% | 0.39% | - |
| HSV(B) | 261.91º | 0.74% | 0.61% | - |
| XYZ | 10.36 | 5.83 | 32.03 | - |
| YUV | 66.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 156 | 0.47 | 0.74 | 0 | 0.39 | 261.91 | 0.58 | 0.39 |
| Hex | 53 | 29 | 9C | 2F | 4A | 0 | 27 | 106 | 3A | 27 |
| Octal | 123 | 51 | 234 | 57 | 112 | 0 | 47 | 406 | 72 | 47 |
| Binary | 1010011 | 101001 | 10011100 | 101111 | 1001010 | 0 | 100111 | 100000110 | 111010 | 100111 |
Color Harmonies of #53299C
Complementary color
Monochromatic Colors of #53299C
Black with #53299C
Text Example
Text Example
White with #53299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53299C; }
p { color: rgb(83,41,156); }
H1.HeaderClassName
{
color: #53299C;
}
.AnyTagClassName
{
color: #53299C;
}
</style>
background-color css
<style>
a { background-color: #53299C; }
a { background-color: rgb(83,41,156); }
div.DivClassName
{
background-color: #53299C;
}
.BgClassName
{
background-color: #53299C;
}
</style>
border-color css
<style>
span { border-color: #53299C; }
span { border-color: rgb(83,41,156); }
td.TdClassName
{
border-color: #53299C;
}
.TagClassName
{
border-color: #53299C;
}
</style>