Shades of Daisy Bush #521F9D
Tints of Daisy Bush #521F9D
RGB
CMYK
RGB Variations
Color information
#521F9D (or 0x521F9D) is known color: Daisy Bush. HEX triplet: 52, 1F and 9D. RGB value is (82,31,157). Sum of RGB (Red+Green+Blue) = 82+31+157=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #521F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521F9D is #ADE062. Grayscale: #3C3C3C. Windows color (decimal): -11395171 or 10297170. OLE color: 10297170.
HSL color Cylindrical-coordinate representation of color #521F9D: hue angle of 264.29º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521F9D is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 31 | 157 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.38 |
| HSL | 264.29º | 0.67% | 0.37% | - |
| HSV(B) | 264.29º | 0.8% | 0.62% | - |
| XYZ | 10.06 | 5.21 | 32.37 | - |
| YUV | 60.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 157 | 0.48 | 0.80 | 0 | 0.38 | 264.29 | 0.67 | 0.37 |
| Hex | 52 | 1F | 9D | 30 | 50 | 0 | 26 | 108 | 43 | 25 |
| Octal | 122 | 37 | 235 | 60 | 120 | 0 | 46 | 410 | 103 | 45 |
| Binary | 1010010 | 11111 | 10011101 | 110000 | 1010000 | 0 | 100110 | 100001000 | 1000011 | 100101 |
Color Harmonies of #521F9D
Complementary color
Monochromatic Colors of #521F9D
Black with #521F9D
Text Example
Text Example
White with #521F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F9D; }
p { color: rgb(82,31,157); }
H1.HeaderClassName
{
color: #521F9D;
}
.AnyTagClassName
{
color: #521F9D;
}
</style>
background-color css
<style>
a { background-color: #521F9D; }
a { background-color: rgb(82,31,157); }
div.DivClassName
{
background-color: #521F9D;
}
.BgClassName
{
background-color: #521F9D;
}
</style>
border-color css
<style>
span { border-color: #521F9D; }
span { border-color: rgb(82,31,157); }
td.TdClassName
{
border-color: #521F9D;
}
.TagClassName
{
border-color: #521F9D;
}
</style>