Shades of Daisy Bush #53309C
Tints of Daisy Bush #53309C
RGB
CMYK
RGB Variations
Color information
#53309C (or 0x53309C) is known color: Daisy Bush. HEX triplet: 53, 30 and 9C. RGB value is (83,48,156). Sum of RGB (Red+Green+Blue) = 83+48+156=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #53309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53309C is #ACCF63. Grayscale: #464646. Windows color (decimal): -11325284 or 10235987. OLE color: 10235987.
HSL color Cylindrical-coordinate representation of color #53309C: hue angle of 259.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53309C is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 48 | 156 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.39 |
| HSL | 259.44º | 0.53% | 0.4% | - |
| HSV(B) | 259.44º | 0.69% | 0.61% | - |
| XYZ | 10.62 | 6.35 | 32.12 | - |
| YUV | 70.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 156 | 0.47 | 0.69 | 0 | 0.39 | 259.44 | 0.53 | 0.4 |
| Hex | 53 | 30 | 9C | 2F | 45 | 0 | 27 | 103 | 35 | 28 |
| Octal | 123 | 60 | 234 | 57 | 105 | 0 | 47 | 403 | 65 | 50 |
| Binary | 1010011 | 110000 | 10011100 | 101111 | 1000101 | 0 | 100111 | 100000011 | 110101 | 101000 |
Color Harmonies of #53309C
Complementary color
Monochromatic Colors of #53309C
Black with #53309C
Text Example
Text Example
White with #53309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53309C; }
p { color: rgb(83,48,156); }
H1.HeaderClassName
{
color: #53309C;
}
.AnyTagClassName
{
color: #53309C;
}
</style>
background-color css
<style>
a { background-color: #53309C; }
a { background-color: rgb(83,48,156); }
div.DivClassName
{
background-color: #53309C;
}
.BgClassName
{
background-color: #53309C;
}
</style>
border-color css
<style>
span { border-color: #53309C; }
span { border-color: rgb(83,48,156); }
td.TdClassName
{
border-color: #53309C;
}
.TagClassName
{
border-color: #53309C;
}
</style>