Shades of Daisy Bush #53359D
Tints of Daisy Bush #53359D
RGB
CMYK
RGB Variations
Color information
#53359D (or 0x53359D) is known color: Daisy Bush. HEX triplet: 53, 35 and 9D. RGB value is (83,53,157). Sum of RGB (Red+Green+Blue) = 83+53+157=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #53359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53359D is #ACCA62. Grayscale: #494949. Windows color (decimal): -11324003 or 10302803. OLE color: 10302803.
HSL color Cylindrical-coordinate representation of color #53359D: hue angle of 257.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53359D is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 53 | 157 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.38 |
| HSL | 257.31º | 0.5% | 0.41% | - |
| HSV(B) | 257.31º | 0.66% | 0.62% | - |
| XYZ | 10.93 | 6.82 | 32.64 | - |
| YUV | 73.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 157 | 0.47 | 0.66 | 0 | 0.38 | 257.31 | 0.5 | 0.41 |
| Hex | 53 | 35 | 9D | 2F | 42 | 0 | 26 | 101 | 32 | 29 |
| Octal | 123 | 65 | 235 | 57 | 102 | 0 | 46 | 401 | 62 | 51 |
| Binary | 1010011 | 110101 | 10011101 | 101111 | 1000010 | 0 | 100110 | 100000001 | 110010 | 101001 |
Color Harmonies of #53359D
Complementary color
Monochromatic Colors of #53359D
Black with #53359D
Text Example
Text Example
White with #53359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53359D; }
p { color: rgb(83,53,157); }
H1.HeaderClassName
{
color: #53359D;
}
.AnyTagClassName
{
color: #53359D;
}
</style>
background-color css
<style>
a { background-color: #53359D; }
a { background-color: rgb(83,53,157); }
div.DivClassName
{
background-color: #53359D;
}
.BgClassName
{
background-color: #53359D;
}
</style>
border-color css
<style>
span { border-color: #53359D; }
span { border-color: rgb(83,53,157); }
td.TdClassName
{
border-color: #53359D;
}
.TagClassName
{
border-color: #53359D;
}
</style>