Shades of Kingfisher Daisy #52218F
Tints of Kingfisher Daisy #52218F
RGB
CMYK
RGB Variations
Color information
#52218F (or 0x52218F) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 8F. RGB value is (82,33,143). Sum of RGB (Red+Green+Blue) = 82+33+143=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #52218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52218F is #ADDE70. Grayscale: #3B3B3B. Windows color (decimal): -11394673 or 9380178. OLE color: 9380178.
HSL color Cylindrical-coordinate representation of color #52218F: hue angle of 266.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52218F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 33 | 143 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.44 |
| HSL | 266.73º | 0.63% | 0.35% | - |
| HSV(B) | 266.73º | 0.77% | 0.56% | - |
| XYZ | 8.98 | 4.86 | 26.45 | - |
| YUV | 60.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 143 | 0.43 | 0.77 | 0 | 0.44 | 266.73 | 0.63 | 0.35 |
| Hex | 52 | 21 | 8F | 2B | 4D | 0 | 2C | 10B | 3E | 23 |
| Octal | 122 | 41 | 217 | 53 | 115 | 0 | 54 | 413 | 76 | 43 |
| Binary | 1010010 | 100001 | 10001111 | 101011 | 1001101 | 0 | 101100 | 100001011 | 111110 | 100011 |
Color Harmonies of #52218F
Complementary color
Monochromatic Colors of #52218F
Black with #52218F
Text Example
Text Example
White with #52218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52218F; }
p { color: rgb(82,33,143); }
H1.HeaderClassName
{
color: #52218F;
}
.AnyTagClassName
{
color: #52218F;
}
</style>
background-color css
<style>
a { background-color: #52218F; }
a { background-color: rgb(82,33,143); }
div.DivClassName
{
background-color: #52218F;
}
.BgClassName
{
background-color: #52218F;
}
</style>
border-color css
<style>
span { border-color: #52218F; }
span { border-color: rgb(82,33,143); }
td.TdClassName
{
border-color: #52218F;
}
.TagClassName
{
border-color: #52218F;
}
</style>