Shades of Daisy Bush #53339E
Tints of Daisy Bush #53339E
RGB
CMYK
RGB Variations
Color information
#53339E (or 0x53339E) is known color: Daisy Bush. HEX triplet: 53, 33 and 9E. RGB value is (83,51,158). Sum of RGB (Red+Green+Blue) = 83+51+158=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #53339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53339E is #ACCC61. Grayscale: #484848. Windows color (decimal): -11324514 or 10367827. OLE color: 10367827.
HSL color Cylindrical-coordinate representation of color #53339E: hue angle of 257.94º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53339E is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 51 | 158 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.38 |
| HSL | 257.94º | 0.51% | 0.41% | - |
| HSV(B) | 257.94º | 0.68% | 0.62% | - |
| XYZ | 10.92 | 6.68 | 33.06 | - |
| YUV | 72.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 158 | 0.47 | 0.68 | 0 | 0.38 | 257.94 | 0.51 | 0.41 |
| Hex | 53 | 33 | 9E | 2F | 44 | 0 | 26 | 102 | 33 | 29 |
| Octal | 123 | 63 | 236 | 57 | 104 | 0 | 46 | 402 | 63 | 51 |
| Binary | 1010011 | 110011 | 10011110 | 101111 | 1000100 | 0 | 100110 | 100000010 | 110011 | 101001 |
Color Harmonies of #53339E
Complementary color
Monochromatic Colors of #53339E
Black with #53339E
Text Example
Text Example
White with #53339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53339E; }
p { color: rgb(83,51,158); }
H1.HeaderClassName
{
color: #53339E;
}
.AnyTagClassName
{
color: #53339E;
}
</style>
background-color css
<style>
a { background-color: #53339E; }
a { background-color: rgb(83,51,158); }
div.DivClassName
{
background-color: #53339E;
}
.BgClassName
{
background-color: #53339E;
}
</style>
border-color css
<style>
span { border-color: #53339E; }
span { border-color: rgb(83,51,158); }
td.TdClassName
{
border-color: #53339E;
}
.TagClassName
{
border-color: #53339E;
}
</style>