Shades of Kingfisher Daisy #52208B
Tints of Kingfisher Daisy #52208B
RGB
CMYK
RGB Variations
Color information
#52208B (or 0x52208B) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 8B. RGB value is (82,32,139). Sum of RGB (Red+Green+Blue) = 82+32+139=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #52208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52208B is #ADDF74. Grayscale: #3A3A3A. Windows color (decimal): -11394933 or 9117778. OLE color: 9117778.
HSL color Cylindrical-coordinate representation of color #52208B: hue angle of 268.04º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52208B is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 32 | 139 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.45 |
| HSL | 268.04º | 0.63% | 0.34% | - |
| HSV(B) | 268.04º | 0.77% | 0.55% | - |
| XYZ | 8.66 | 4.69 | 24.88 | - |
| YUV | 59.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 139 | 0.41 | 0.77 | 0 | 0.45 | 268.04 | 0.63 | 0.34 |
| Hex | 52 | 20 | 8B | 29 | 4D | 0 | 2D | 10C | 3F | 22 |
| Octal | 122 | 40 | 213 | 51 | 115 | 0 | 55 | 414 | 77 | 42 |
| Binary | 1010010 | 100000 | 10001011 | 101001 | 1001101 | 0 | 101101 | 100001100 | 111111 | 100010 |
Color Harmonies of #52208B
Complementary color
Monochromatic Colors of #52208B
Black with #52208B
Text Example
Text Example
White with #52208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52208B; }
p { color: rgb(82,32,139); }
H1.HeaderClassName
{
color: #52208B;
}
.AnyTagClassName
{
color: #52208B;
}
</style>
background-color css
<style>
a { background-color: #52208B; }
a { background-color: rgb(82,32,139); }
div.DivClassName
{
background-color: #52208B;
}
.BgClassName
{
background-color: #52208B;
}
</style>
border-color css
<style>
span { border-color: #52208B; }
span { border-color: rgb(82,32,139); }
td.TdClassName
{
border-color: #52208B;
}
.TagClassName
{
border-color: #52208B;
}
</style>