Shades of Daisy Bush #521E9E
Tints of Daisy Bush #521E9E
RGB
CMYK
RGB Variations
Color information
#521E9E (or 0x521E9E) is known color: Daisy Bush. HEX triplet: 52, 1E and 9E. RGB value is (82,30,158). Sum of RGB (Red+Green+Blue) = 82+30+158=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #521E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E9E is #ADE161. Grayscale: #3B3B3B. Windows color (decimal): -11395426 or 10362450. OLE color: 10362450.
HSL color Cylindrical-coordinate representation of color #521E9E: hue angle of 264.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521E9E is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 30 | 158 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.38 |
| HSL | 264.38º | 0.68% | 0.37% | - |
| HSV(B) | 264.38º | 0.81% | 0.62% | - |
| XYZ | 10.12 | 5.19 | 32.82 | - |
| YUV | 60.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 158 | 0.48 | 0.81 | 0 | 0.38 | 264.38 | 0.68 | 0.37 |
| Hex | 52 | 1E | 9E | 30 | 51 | 0 | 26 | 108 | 44 | 25 |
| Octal | 122 | 36 | 236 | 60 | 121 | 0 | 46 | 410 | 104 | 45 |
| Binary | 1010010 | 11110 | 10011110 | 110000 | 1010001 | 0 | 100110 | 100001000 | 1000100 | 100101 |
Color Harmonies of #521E9E
Complementary color
Monochromatic Colors of #521E9E
Black with #521E9E
Text Example
Text Example
White with #521E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E9E; }
p { color: rgb(82,30,158); }
H1.HeaderClassName
{
color: #521E9E;
}
.AnyTagClassName
{
color: #521E9E;
}
</style>
background-color css
<style>
a { background-color: #521E9E; }
a { background-color: rgb(82,30,158); }
div.DivClassName
{
background-color: #521E9E;
}
.BgClassName
{
background-color: #521E9E;
}
</style>
border-color css
<style>
span { border-color: #521E9E; }
span { border-color: rgb(82,30,158); }
td.TdClassName
{
border-color: #521E9E;
}
.TagClassName
{
border-color: #521E9E;
}
</style>