Shades of Daisy Bush #53349C
Tints of Daisy Bush #53349C
RGB
CMYK
RGB Variations
Color information
#53349C (or 0x53349C) is known color: Daisy Bush. HEX triplet: 53, 34 and 9C. RGB value is (83,52,156). Sum of RGB (Red+Green+Blue) = 83+52+156=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #53349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53349C is #ACCB63. Grayscale: #484848. Windows color (decimal): -11324260 or 10237011. OLE color: 10237011.
HSL color Cylindrical-coordinate representation of color #53349C: hue angle of 257.88º degrees, saturation: 0.5, 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 #53349C is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 52 | 156 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.39 |
| HSL | 257.88º | 0.5% | 0.41% | - |
| HSV(B) | 257.88º | 0.67% | 0.61% | - |
| XYZ | 10.8 | 6.7 | 32.18 | - |
| YUV | 73.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 156 | 0.47 | 0.67 | 0 | 0.39 | 257.88 | 0.5 | 0.41 |
| Hex | 53 | 34 | 9C | 2F | 43 | 0 | 27 | 102 | 32 | 29 |
| Octal | 123 | 64 | 234 | 57 | 103 | 0 | 47 | 402 | 62 | 51 |
| Binary | 1010011 | 110100 | 10011100 | 101111 | 1000011 | 0 | 100111 | 100000010 | 110010 | 101001 |
Color Harmonies of #53349C
Complementary color
Monochromatic Colors of #53349C
Black with #53349C
Text Example
Text Example
White with #53349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53349C; }
p { color: rgb(83,52,156); }
H1.HeaderClassName
{
color: #53349C;
}
.AnyTagClassName
{
color: #53349C;
}
</style>
background-color css
<style>
a { background-color: #53349C; }
a { background-color: rgb(83,52,156); }
div.DivClassName
{
background-color: #53349C;
}
.BgClassName
{
background-color: #53349C;
}
</style>
border-color css
<style>
span { border-color: #53349C; }
span { border-color: rgb(83,52,156); }
td.TdClassName
{
border-color: #53349C;
}
.TagClassName
{
border-color: #53349C;
}
</style>