Shades of Daisy Bush #532C9E
Tints of Daisy Bush #532C9E
RGB
CMYK
RGB Variations
Color information
#532C9E (or 0x532C9E) is known color: Daisy Bush. HEX triplet: 53, 2C and 9E. RGB value is (83,44,158). Sum of RGB (Red+Green+Blue) = 83+44+158=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #532C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C9E is #ACD361. Grayscale: #444444. Windows color (decimal): -11326306 or 10366035. OLE color: 10366035.
HSL color Cylindrical-coordinate representation of color #532C9E: hue angle of 260.53º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532C9E is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 44 | 158 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.38 |
| HSL | 260.53º | 0.56% | 0.4% | - |
| HSV(B) | 260.53º | 0.72% | 0.62% | - |
| XYZ | 10.64 | 6.11 | 32.97 | - |
| YUV | 68.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 158 | 0.47 | 0.72 | 0 | 0.38 | 260.53 | 0.56 | 0.4 |
| Hex | 53 | 2C | 9E | 2F | 48 | 0 | 26 | 105 | 38 | 28 |
| Octal | 123 | 54 | 236 | 57 | 110 | 0 | 46 | 405 | 70 | 50 |
| Binary | 1010011 | 101100 | 10011110 | 101111 | 1001000 | 0 | 100110 | 100000101 | 111000 | 101000 |
Color Harmonies of #532C9E
Complementary color
Monochromatic Colors of #532C9E
Black with #532C9E
Text Example
Text Example
White with #532C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C9E; }
p { color: rgb(83,44,158); }
H1.HeaderClassName
{
color: #532C9E;
}
.AnyTagClassName
{
color: #532C9E;
}
</style>
background-color css
<style>
a { background-color: #532C9E; }
a { background-color: rgb(83,44,158); }
div.DivClassName
{
background-color: #532C9E;
}
.BgClassName
{
background-color: #532C9E;
}
</style>
border-color css
<style>
span { border-color: #532C9E; }
span { border-color: rgb(83,44,158); }
td.TdClassName
{
border-color: #532C9E;
}
.TagClassName
{
border-color: #532C9E;
}
</style>