Shades of Daisy Bush #53379C
Tints of Daisy Bush #53379C
RGB
CMYK
RGB Variations
Color information
#53379C (or 0x53379C) is known color: Daisy Bush. HEX triplet: 53, 37 and 9C. RGB value is (83,55,156). Sum of RGB (Red+Green+Blue) = 83+55+156=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #53379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379C is #ACC863. Grayscale: #4A4A4A. Windows color (decimal): -11323492 or 10237779. OLE color: 10237779.
HSL color Cylindrical-coordinate representation of color #53379C: hue angle of 256.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53379C is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 55 | 156 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.39 |
| HSL | 256.63º | 0.48% | 0.41% | - |
| HSV(B) | 256.63º | 0.65% | 0.61% | - |
| XYZ | 10.93 | 6.97 | 32.22 | - |
| YUV | 74.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 156 | 0.47 | 0.65 | 0 | 0.39 | 256.63 | 0.48 | 0.41 |
| Hex | 53 | 37 | 9C | 2F | 41 | 0 | 27 | 101 | 30 | 29 |
| Octal | 123 | 67 | 234 | 57 | 101 | 0 | 47 | 401 | 60 | 51 |
| Binary | 1010011 | 110111 | 10011100 | 101111 | 1000001 | 0 | 100111 | 100000001 | 110000 | 101001 |
Color Harmonies of #53379C
Complementary color
Monochromatic Colors of #53379C
Black with #53379C
Text Example
Text Example
White with #53379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53379C; }
p { color: rgb(83,55,156); }
H1.HeaderClassName
{
color: #53379C;
}
.AnyTagClassName
{
color: #53379C;
}
</style>
background-color css
<style>
a { background-color: #53379C; }
a { background-color: rgb(83,55,156); }
div.DivClassName
{
background-color: #53379C;
}
.BgClassName
{
background-color: #53379C;
}
</style>
border-color css
<style>
span { border-color: #53379C; }
span { border-color: rgb(83,55,156); }
td.TdClassName
{
border-color: #53379C;
}
.TagClassName
{
border-color: #53379C;
}
</style>