Shades of Daisy Bush #53259A
Tints of Daisy Bush #53259A
RGB
CMYK
RGB Variations
Color information
#53259A (or 0x53259A) is known color: Daisy Bush. HEX triplet: 53, 25 and 9A. RGB value is (83,37,154). Sum of RGB (Red+Green+Blue) = 83+37+154=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #53259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259A is #ACDA65. Grayscale: #3F3F3F. Windows color (decimal): -11328102 or 10102099. OLE color: 10102099.
HSL color Cylindrical-coordinate representation of color #53259A: hue angle of 263.59º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53259A is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 37 | 154 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.40 |
| HSL | 263.59º | 0.61% | 0.37% | - |
| HSV(B) | 263.59º | 0.76% | 0.6% | - |
| XYZ | 10.06 | 5.5 | 31.1 | - |
| YUV | 64.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 154 | 0.46 | 0.76 | 0 | 0.40 | 263.59 | 0.61 | 0.37 |
| Hex | 53 | 25 | 9A | 2E | 4C | 0 | 28 | 108 | 3D | 25 |
| Octal | 123 | 45 | 232 | 56 | 114 | 0 | 50 | 410 | 75 | 45 |
| Binary | 1010011 | 100101 | 10011010 | 101110 | 1001100 | 0 | 101000 | 100001000 | 111101 | 100101 |
Color Harmonies of #53259A
Complementary color
Monochromatic Colors of #53259A
Black with #53259A
Text Example
Text Example
White with #53259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53259A; }
p { color: rgb(83,37,154); }
H1.HeaderClassName
{
color: #53259A;
}
.AnyTagClassName
{
color: #53259A;
}
</style>
background-color css
<style>
a { background-color: #53259A; }
a { background-color: rgb(83,37,154); }
div.DivClassName
{
background-color: #53259A;
}
.BgClassName
{
background-color: #53259A;
}
</style>
border-color css
<style>
span { border-color: #53259A; }
span { border-color: rgb(83,37,154); }
td.TdClassName
{
border-color: #53259A;
}
.TagClassName
{
border-color: #53259A;
}
</style>