Shades of Daisy Bush #53339C
Tints of Daisy Bush #53339C
RGB
CMYK
RGB Variations
Color information
#53339C (or 0x53339C) is known color: Daisy Bush. HEX triplet: 53, 33 and 9C. RGB value is (83,51,156). Sum of RGB (Red+Green+Blue) = 83+51+156=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #53339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53339C is #ACCC63. Grayscale: #484848. Windows color (decimal): -11324516 or 10236755. OLE color: 10236755.
HSL color Cylindrical-coordinate representation of color #53339C: hue angle of 258.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53339C is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 51 | 156 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.39 |
| HSL | 258.29º | 0.51% | 0.41% | - |
| HSV(B) | 258.29º | 0.67% | 0.61% | - |
| XYZ | 10.75 | 6.61 | 32.16 | - |
| YUV | 72.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 156 | 0.47 | 0.67 | 0 | 0.39 | 258.29 | 0.51 | 0.41 |
| Hex | 53 | 33 | 9C | 2F | 43 | 0 | 27 | 102 | 33 | 29 |
| Octal | 123 | 63 | 234 | 57 | 103 | 0 | 47 | 402 | 63 | 51 |
| Binary | 1010011 | 110011 | 10011100 | 101111 | 1000011 | 0 | 100111 | 100000010 | 110011 | 101001 |
Color Harmonies of #53339C
Complementary color
Monochromatic Colors of #53339C
Black with #53339C
Text Example
Text Example
White with #53339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53339C; }
p { color: rgb(83,51,156); }
H1.HeaderClassName
{
color: #53339C;
}
.AnyTagClassName
{
color: #53339C;
}
</style>
background-color css
<style>
a { background-color: #53339C; }
a { background-color: rgb(83,51,156); }
div.DivClassName
{
background-color: #53339C;
}
.BgClassName
{
background-color: #53339C;
}
</style>
border-color css
<style>
span { border-color: #53339C; }
span { border-color: rgb(83,51,156); }
td.TdClassName
{
border-color: #53339C;
}
.TagClassName
{
border-color: #53339C;
}
</style>