Shades of Daisy Bush #53359C
Tints of Daisy Bush #53359C
RGB
CMYK
RGB Variations
Color information
#53359C (or 0x53359C) is known color: Daisy Bush. HEX triplet: 53, 35 and 9C. RGB value is (83,53,156). Sum of RGB (Red+Green+Blue) = 83+53+156=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #53359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53359C is #ACCA63. Grayscale: #494949. Windows color (decimal): -11324004 or 10237267. OLE color: 10237267.
HSL color Cylindrical-coordinate representation of color #53359C: hue angle of 257.48º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53359C is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 53 | 156 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.39 |
| HSL | 257.48º | 0.49% | 0.41% | - |
| HSV(B) | 257.48º | 0.66% | 0.61% | - |
| XYZ | 10.84 | 6.79 | 32.19 | - |
| YUV | 73.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 156 | 0.47 | 0.66 | 0 | 0.39 | 257.48 | 0.49 | 0.41 |
| Hex | 53 | 35 | 9C | 2F | 42 | 0 | 27 | 101 | 31 | 29 |
| Octal | 123 | 65 | 234 | 57 | 102 | 0 | 47 | 401 | 61 | 51 |
| Binary | 1010011 | 110101 | 10011100 | 101111 | 1000010 | 0 | 100111 | 100000001 | 110001 | 101001 |
Color Harmonies of #53359C
Complementary color
Monochromatic Colors of #53359C
Black with #53359C
Text Example
Text Example
White with #53359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53359C; }
p { color: rgb(83,53,156); }
H1.HeaderClassName
{
color: #53359C;
}
.AnyTagClassName
{
color: #53359C;
}
</style>
background-color css
<style>
a { background-color: #53359C; }
a { background-color: rgb(83,53,156); }
div.DivClassName
{
background-color: #53359C;
}
.BgClassName
{
background-color: #53359C;
}
</style>
border-color css
<style>
span { border-color: #53359C; }
span { border-color: rgb(83,53,156); }
td.TdClassName
{
border-color: #53359C;
}
.TagClassName
{
border-color: #53359C;
}
</style>