Shades of Daisy Bush #53379A
Tints of Daisy Bush #53379A
RGB
CMYK
RGB Variations
Color information
#53379A (or 0x53379A) is known color: Daisy Bush. HEX triplet: 53, 37 and 9A. RGB value is (83,55,154). Sum of RGB (Red+Green+Blue) = 83+55+154=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #53379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379A is #ACC865. Grayscale: #4A4A4A. Windows color (decimal): -11323494 or 10106707. OLE color: 10106707.
HSL color Cylindrical-coordinate representation of color #53379A: hue angle of 256.97º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53379A is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 55 | 154 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.40 |
| HSL | 256.97º | 0.47% | 0.41% | - |
| HSV(B) | 256.97º | 0.64% | 0.6% | - |
| XYZ | 10.77 | 6.9 | 31.34 | - |
| YUV | 74.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 154 | 0.46 | 0.64 | 0 | 0.40 | 256.97 | 0.47 | 0.41 |
| Hex | 53 | 37 | 9A | 2E | 40 | 0 | 28 | 101 | 2F | 29 |
| Octal | 123 | 67 | 232 | 56 | 100 | 0 | 50 | 401 | 57 | 51 |
| Binary | 1010011 | 110111 | 10011010 | 101110 | 1000000 | 0 | 101000 | 100000001 | 101111 | 101001 |
Color Harmonies of #53379A
Complementary color
Monochromatic Colors of #53379A
Black with #53379A
Text Example
Text Example
White with #53379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53379A; }
p { color: rgb(83,55,154); }
H1.HeaderClassName
{
color: #53379A;
}
.AnyTagClassName
{
color: #53379A;
}
</style>
background-color css
<style>
a { background-color: #53379A; }
a { background-color: rgb(83,55,154); }
div.DivClassName
{
background-color: #53379A;
}
.BgClassName
{
background-color: #53379A;
}
</style>
border-color css
<style>
span { border-color: #53379A; }
span { border-color: rgb(83,55,154); }
td.TdClassName
{
border-color: #53379A;
}
.TagClassName
{
border-color: #53379A;
}
</style>