Shades of Daisy Bush #53379B
Tints of Daisy Bush #53379B
RGB
CMYK
RGB Variations
Color information
#53379B (or 0x53379B) is known color: Daisy Bush. HEX triplet: 53, 37 and 9B. RGB value is (83,55,155). Sum of RGB (Red+Green+Blue) = 83+55+155=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #53379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379B is #ACC864. Grayscale: #4A4A4A. Windows color (decimal): -11323493 or 10172243. OLE color: 10172243.
HSL color Cylindrical-coordinate representation of color #53379B: hue angle of 256.8º 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 #53379B is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 55 | 155 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.39 |
| HSL | 256.8º | 0.48% | 0.41% | - |
| HSV(B) | 256.8º | 0.65% | 0.61% | - |
| XYZ | 10.85 | 6.94 | 31.78 | - |
| YUV | 74.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 155 | 0.46 | 0.65 | 0 | 0.39 | 256.8 | 0.48 | 0.41 |
| Hex | 53 | 37 | 9B | 2E | 41 | 0 | 27 | 101 | 30 | 29 |
| Octal | 123 | 67 | 233 | 56 | 101 | 0 | 47 | 401 | 60 | 51 |
| Binary | 1010011 | 110111 | 10011011 | 101110 | 1000001 | 0 | 100111 | 100000001 | 110000 | 101001 |
Color Harmonies of #53379B
Complementary color
Monochromatic Colors of #53379B
Black with #53379B
Text Example
Text Example
White with #53379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53379B; }
p { color: rgb(83,55,155); }
H1.HeaderClassName
{
color: #53379B;
}
.AnyTagClassName
{
color: #53379B;
}
</style>
background-color css
<style>
a { background-color: #53379B; }
a { background-color: rgb(83,55,155); }
div.DivClassName
{
background-color: #53379B;
}
.BgClassName
{
background-color: #53379B;
}
</style>
border-color css
<style>
span { border-color: #53379B; }
span { border-color: rgb(83,55,155); }
td.TdClassName
{
border-color: #53379B;
}
.TagClassName
{
border-color: #53379B;
}
</style>