Shades of Daisy Bush #53269C
Tints of Daisy Bush #53269C
RGB
CMYK
RGB Variations
Color information
#53269C (or 0x53269C) is known color: Daisy Bush. HEX triplet: 53, 26 and 9C. RGB value is (83,38,156). Sum of RGB (Red+Green+Blue) = 83+38+156=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #53269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53269C is #ACD963. Grayscale: #404040. Windows color (decimal): -11327844 or 10233427. OLE color: 10233427.
HSL color Cylindrical-coordinate representation of color #53269C: hue angle of 262.88º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53269C is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 38 | 156 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.39 |
| HSL | 262.88º | 0.61% | 0.38% | - |
| HSV(B) | 262.88º | 0.76% | 0.61% | - |
| XYZ | 10.26 | 5.63 | 32 | - |
| YUV | 64.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 156 | 0.47 | 0.76 | 0 | 0.39 | 262.88 | 0.61 | 0.38 |
| Hex | 53 | 26 | 9C | 2F | 4C | 0 | 27 | 107 | 3D | 26 |
| Octal | 123 | 46 | 234 | 57 | 114 | 0 | 47 | 407 | 75 | 46 |
| Binary | 1010011 | 100110 | 10011100 | 101111 | 1001100 | 0 | 100111 | 100000111 | 111101 | 100110 |
Color Harmonies of #53269C
Complementary color
Monochromatic Colors of #53269C
Black with #53269C
Text Example
Text Example
White with #53269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53269C; }
p { color: rgb(83,38,156); }
H1.HeaderClassName
{
color: #53269C;
}
.AnyTagClassName
{
color: #53269C;
}
</style>
background-color css
<style>
a { background-color: #53269C; }
a { background-color: rgb(83,38,156); }
div.DivClassName
{
background-color: #53269C;
}
.BgClassName
{
background-color: #53269C;
}
</style>
border-color css
<style>
span { border-color: #53269C; }
span { border-color: rgb(83,38,156); }
td.TdClassName
{
border-color: #53269C;
}
.TagClassName
{
border-color: #53269C;
}
</style>