Shades of Daisy Bush #532C98
Tints of Daisy Bush #532C98
RGB
CMYK
RGB Variations
Color information
#532C98 (or 0x532C98) is known color: Daisy Bush. HEX triplet: 53, 2C and 98. RGB value is (83,44,152). Sum of RGB (Red+Green+Blue) = 83+44+152=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #532C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C98 is #ACD367. Grayscale: #434343. Windows color (decimal): -11326312 or 9972819. OLE color: 9972819.
HSL color Cylindrical-coordinate representation of color #532C98: hue angle of 261.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532C98 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 44 | 152 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.40 |
| HSL | 261.67º | 0.55% | 0.38% | - |
| HSV(B) | 261.67º | 0.71% | 0.6% | - |
| XYZ | 10.14 | 5.91 | 30.31 | - |
| YUV | 67.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 152 | 0.45 | 0.71 | 0 | 0.40 | 261.67 | 0.55 | 0.38 |
| Hex | 53 | 2C | 98 | 2D | 47 | 0 | 28 | 106 | 37 | 26 |
| Octal | 123 | 54 | 230 | 55 | 107 | 0 | 50 | 406 | 67 | 46 |
| Binary | 1010011 | 101100 | 10011000 | 101101 | 1000111 | 0 | 101000 | 100000110 | 110111 | 100110 |
Color Harmonies of #532C98
Complementary color
Monochromatic Colors of #532C98
Black with #532C98
Text Example
Text Example
White with #532C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C98; }
p { color: rgb(83,44,152); }
H1.HeaderClassName
{
color: #532C98;
}
.AnyTagClassName
{
color: #532C98;
}
</style>
background-color css
<style>
a { background-color: #532C98; }
a { background-color: rgb(83,44,152); }
div.DivClassName
{
background-color: #532C98;
}
.BgClassName
{
background-color: #532C98;
}
</style>
border-color css
<style>
span { border-color: #532C98; }
span { border-color: rgb(83,44,152); }
td.TdClassName
{
border-color: #532C98;
}
.TagClassName
{
border-color: #532C98;
}
</style>