Shades of Daisy Bush #52219B
Tints of Daisy Bush #52219B
RGB
CMYK
RGB Variations
Color information
#52219B (or 0x52219B) is known color: Daisy Bush. HEX triplet: 52, 21 and 9B. RGB value is (82,33,155). Sum of RGB (Red+Green+Blue) = 82+33+155=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #52219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52219B is #ADDE64. Grayscale: #3D3D3D. Windows color (decimal): -11394661 or 10166610. OLE color: 10166610.
HSL color Cylindrical-coordinate representation of color #52219B: hue angle of 264.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52219B is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 33 | 155 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.39 |
| HSL | 264.1º | 0.65% | 0.37% | - |
| HSV(B) | 264.1º | 0.79% | 0.61% | - |
| XYZ | 9.94 | 5.25 | 31.5 | - |
| YUV | 61.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 155 | 0.47 | 0.79 | 0 | 0.39 | 264.1 | 0.65 | 0.37 |
| Hex | 52 | 21 | 9B | 2F | 4F | 0 | 27 | 108 | 41 | 25 |
| Octal | 122 | 41 | 233 | 57 | 117 | 0 | 47 | 410 | 101 | 45 |
| Binary | 1010010 | 100001 | 10011011 | 101111 | 1001111 | 0 | 100111 | 100001000 | 1000001 | 100101 |
Color Harmonies of #52219B
Complementary color
Monochromatic Colors of #52219B
Black with #52219B
Text Example
Text Example
White with #52219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52219B; }
p { color: rgb(82,33,155); }
H1.HeaderClassName
{
color: #52219B;
}
.AnyTagClassName
{
color: #52219B;
}
</style>
background-color css
<style>
a { background-color: #52219B; }
a { background-color: rgb(82,33,155); }
div.DivClassName
{
background-color: #52219B;
}
.BgClassName
{
background-color: #52219B;
}
</style>
border-color css
<style>
span { border-color: #52219B; }
span { border-color: rgb(82,33,155); }
td.TdClassName
{
border-color: #52219B;
}
.TagClassName
{
border-color: #52219B;
}
</style>