Shades of Daisy Bush #53369B
Tints of Daisy Bush #53369B
RGB
CMYK
RGB Variations
Color information
#53369B (or 0x53369B) is known color: Daisy Bush. HEX triplet: 53, 36 and 9B. RGB value is (83,54,155). Sum of RGB (Red+Green+Blue) = 83+54+155=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #53369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53369B is #ACC964. Grayscale: #494949. Windows color (decimal): -11323749 or 10171987. OLE color: 10171987.
HSL color Cylindrical-coordinate representation of color #53369B: hue angle of 257.23º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53369B is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 54 | 155 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.39 |
| HSL | 257.23º | 0.48% | 0.41% | - |
| HSV(B) | 257.23º | 0.65% | 0.61% | - |
| XYZ | 10.8 | 6.84 | 31.76 | - |
| YUV | 74.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 155 | 0.46 | 0.65 | 0 | 0.39 | 257.23 | 0.48 | 0.41 |
| Hex | 53 | 36 | 9B | 2E | 41 | 0 | 27 | 101 | 30 | 29 |
| Octal | 123 | 66 | 233 | 56 | 101 | 0 | 47 | 401 | 60 | 51 |
| Binary | 1010011 | 110110 | 10011011 | 101110 | 1000001 | 0 | 100111 | 100000001 | 110000 | 101001 |
Color Harmonies of #53369B
Complementary color
Monochromatic Colors of #53369B
Black with #53369B
Text Example
Text Example
White with #53369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53369B; }
p { color: rgb(83,54,155); }
H1.HeaderClassName
{
color: #53369B;
}
.AnyTagClassName
{
color: #53369B;
}
</style>
background-color css
<style>
a { background-color: #53369B; }
a { background-color: rgb(83,54,155); }
div.DivClassName
{
background-color: #53369B;
}
.BgClassName
{
background-color: #53369B;
}
</style>
border-color css
<style>
span { border-color: #53369B; }
span { border-color: rgb(83,54,155); }
td.TdClassName
{
border-color: #53369B;
}
.TagClassName
{
border-color: #53369B;
}
</style>