Shades of Daisy Bush #53259D
Tints of Daisy Bush #53259D
RGB
CMYK
RGB Variations
Color information
#53259D (or 0x53259D) is known color: Daisy Bush. HEX triplet: 53, 25 and 9D. RGB value is (83,37,157). Sum of RGB (Red+Green+Blue) = 83+37+157=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #53259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259D is #ACDA62. Grayscale: #404040. Windows color (decimal): -11328099 or 10298707. OLE color: 10298707.
HSL color Cylindrical-coordinate representation of color #53259D: hue angle of 263º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53259D is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 37 | 157 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.38 |
| HSL | 263º | 0.62% | 0.38% | - |
| HSV(B) | 263º | 0.76% | 0.62% | - |
| XYZ | 10.31 | 5.6 | 32.43 | - |
| YUV | 64.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 157 | 0.47 | 0.76 | 0 | 0.38 | 263 | 0.62 | 0.38 |
| Hex | 53 | 25 | 9D | 2F | 4C | 0 | 26 | 107 | 3E | 26 |
| Octal | 123 | 45 | 235 | 57 | 114 | 0 | 46 | 407 | 76 | 46 |
| Binary | 1010011 | 100101 | 10011101 | 101111 | 1001100 | 0 | 100110 | 100000111 | 111110 | 100110 |
Color Harmonies of #53259D
Complementary color
Monochromatic Colors of #53259D
Black with #53259D
Text Example
Text Example
White with #53259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53259D; }
p { color: rgb(83,37,157); }
H1.HeaderClassName
{
color: #53259D;
}
.AnyTagClassName
{
color: #53259D;
}
</style>
background-color css
<style>
a { background-color: #53259D; }
a { background-color: rgb(83,37,157); }
div.DivClassName
{
background-color: #53259D;
}
.BgClassName
{
background-color: #53259D;
}
</style>
border-color css
<style>
span { border-color: #53259D; }
span { border-color: rgb(83,37,157); }
td.TdClassName
{
border-color: #53259D;
}
.TagClassName
{
border-color: #53259D;
}
</style>