Shades of Daisy Bush #5024A2
Tints of Daisy Bush #5024A2
RGB
CMYK
RGB Variations
Color information
#5024A2 (or 0x5024A2) is known color: Daisy Bush. HEX triplet: 50, 24 and A2. RGB value is (80,36,162). Sum of RGB (Red+Green+Blue) = 80+36+162=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #5024A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5024A2 is #AFDB5D. Grayscale: #3F3F3F. Windows color (decimal): -11524958 or 10626128. OLE color: 10626128.
HSL color Cylindrical-coordinate representation of color #5024A2: hue angle of 260.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5024A2 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 36 | 162 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.36 |
| HSL | 260.95º | 0.64% | 0.39% | - |
| HSV(B) | 260.95º | 0.78% | 0.64% | - |
| XYZ | 10.46 | 5.58 | 34.71 | - |
| YUV | 63.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 162 | 0.51 | 0.78 | 0 | 0.36 | 260.95 | 0.64 | 0.39 |
| Hex | 50 | 24 | A2 | 33 | 4E | 0 | 24 | 105 | 40 | 27 |
| Octal | 120 | 44 | 242 | 63 | 116 | 0 | 44 | 405 | 100 | 47 |
| Binary | 1010000 | 100100 | 10100010 | 110011 | 1001110 | 0 | 100100 | 100000101 | 1000000 | 100111 |
Color Harmonies of #5024A2
Complementary color
Monochromatic Colors of #5024A2
Black with #5024A2
Text Example
Text Example
White with #5024A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5024A2; }
p { color: rgb(80,36,162); }
H1.HeaderClassName
{
color: #5024A2;
}
.AnyTagClassName
{
color: #5024A2;
}
</style>
background-color css
<style>
a { background-color: #5024A2; }
a { background-color: rgb(80,36,162); }
div.DivClassName
{
background-color: #5024A2;
}
.BgClassName
{
background-color: #5024A2;
}
</style>
border-color css
<style>
span { border-color: #5024A2; }
span { border-color: rgb(80,36,162); }
td.TdClassName
{
border-color: #5024A2;
}
.TagClassName
{
border-color: #5024A2;
}
</style>