Shades of Daisy Bush #53369D
Tints of Daisy Bush #53369D
RGB
CMYK
RGB Variations
Color information
#53369D (or 0x53369D) is known color: Daisy Bush. HEX triplet: 53, 36 and 9D. RGB value is (83,54,157). Sum of RGB (Red+Green+Blue) = 83+54+157=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #53369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53369D is #ACC962. Grayscale: #4A4A4A. Windows color (decimal): -11323747 or 10303059. OLE color: 10303059.
HSL color Cylindrical-coordinate representation of color #53369D: hue angle of 256.89º degrees, saturation: 0.49, 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 #53369D is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 54 | 157 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.38 |
| HSL | 256.89º | 0.49% | 0.41% | - |
| HSV(B) | 256.89º | 0.66% | 0.62% | - |
| XYZ | 10.97 | 6.91 | 32.65 | - |
| YUV | 74.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 157 | 0.47 | 0.66 | 0 | 0.38 | 256.89 | 0.49 | 0.41 |
| Hex | 53 | 36 | 9D | 2F | 42 | 0 | 26 | 101 | 31 | 29 |
| Octal | 123 | 66 | 235 | 57 | 102 | 0 | 46 | 401 | 61 | 51 |
| Binary | 1010011 | 110110 | 10011101 | 101111 | 1000010 | 0 | 100110 | 100000001 | 110001 | 101001 |
Color Harmonies of #53369D
Complementary color
Monochromatic Colors of #53369D
Black with #53369D
Text Example
Text Example
White with #53369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53369D; }
p { color: rgb(83,54,157); }
H1.HeaderClassName
{
color: #53369D;
}
.AnyTagClassName
{
color: #53369D;
}
</style>
background-color css
<style>
a { background-color: #53369D; }
a { background-color: rgb(83,54,157); }
div.DivClassName
{
background-color: #53369D;
}
.BgClassName
{
background-color: #53369D;
}
</style>
border-color css
<style>
span { border-color: #53369D; }
span { border-color: rgb(83,54,157); }
td.TdClassName
{
border-color: #53369D;
}
.TagClassName
{
border-color: #53369D;
}
</style>