Shades of Daisy Bush #521FA0
Tints of Daisy Bush #521FA0
RGB
CMYK
RGB Variations
Color information
#521FA0 (or 0x521FA0) is known color: Daisy Bush. HEX triplet: 52, 1F and A0. RGB value is (82,31,160). Sum of RGB (Red+Green+Blue) = 82+31+160=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #521FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FA0 is #ADE05F. Grayscale: #3C3C3C. Windows color (decimal): -11395168 or 10493778. OLE color: 10493778.
HSL color Cylindrical-coordinate representation of color #521FA0: hue angle of 263.72º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521FA0 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 31 | 160 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.37 |
| HSL | 263.72º | 0.68% | 0.37% | - |
| HSV(B) | 263.72º | 0.81% | 0.63% | - |
| XYZ | 10.31 | 5.31 | 33.74 | - |
| YUV | 60.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 160 | 0.49 | 0.81 | 0 | 0.37 | 263.72 | 0.68 | 0.37 |
| Hex | 52 | 1F | A0 | 31 | 51 | 0 | 25 | 108 | 44 | 25 |
| Octal | 122 | 37 | 240 | 61 | 121 | 0 | 45 | 410 | 104 | 45 |
| Binary | 1010010 | 11111 | 10100000 | 110001 | 1010001 | 0 | 100101 | 100001000 | 1000100 | 100101 |
Color Harmonies of #521FA0
Complementary color
Monochromatic Colors of #521FA0
Black with #521FA0
Text Example
Text Example
White with #521FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FA0; }
p { color: rgb(82,31,160); }
H1.HeaderClassName
{
color: #521FA0;
}
.AnyTagClassName
{
color: #521FA0;
}
</style>
background-color css
<style>
a { background-color: #521FA0; }
a { background-color: rgb(82,31,160); }
div.DivClassName
{
background-color: #521FA0;
}
.BgClassName
{
background-color: #521FA0;
}
</style>
border-color css
<style>
span { border-color: #521FA0; }
span { border-color: rgb(82,31,160); }
td.TdClassName
{
border-color: #521FA0;
}
.TagClassName
{
border-color: #521FA0;
}
</style>