Shades of Kingfisher Daisy #52218B
Tints of Kingfisher Daisy #52218B
RGB
CMYK
RGB Variations
Color information
#52218B (or 0x52218B) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 8B. RGB value is (82,33,139). Sum of RGB (Red+Green+Blue) = 82+33+139=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #52218B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52218B is #ADDE74. Grayscale: #3B3B3B. Windows color (decimal): -11394677 or 9118034. OLE color: 9118034.
HSL color Cylindrical-coordinate representation of color #52218B: hue angle of 267.74º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52218B is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 33 | 139 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.45 |
| HSL | 267.74º | 0.62% | 0.34% | - |
| HSV(B) | 267.74º | 0.76% | 0.55% | - |
| XYZ | 8.68 | 4.75 | 24.88 | - |
| YUV | 59.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 139 | 0.41 | 0.76 | 0 | 0.45 | 267.74 | 0.62 | 0.34 |
| Hex | 52 | 21 | 8B | 29 | 4C | 0 | 2D | 10C | 3E | 22 |
| Octal | 122 | 41 | 213 | 51 | 114 | 0 | 55 | 414 | 76 | 42 |
| Binary | 1010010 | 100001 | 10001011 | 101001 | 1001100 | 0 | 101101 | 100001100 | 111110 | 100010 |
Color Harmonies of #52218B
Complementary color
Monochromatic Colors of #52218B
Black with #52218B
Text Example
Text Example
White with #52218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52218B; }
p { color: rgb(82,33,139); }
H1.HeaderClassName
{
color: #52218B;
}
.AnyTagClassName
{
color: #52218B;
}
</style>
background-color css
<style>
a { background-color: #52218B; }
a { background-color: rgb(82,33,139); }
div.DivClassName
{
background-color: #52218B;
}
.BgClassName
{
background-color: #52218B;
}
</style>
border-color css
<style>
span { border-color: #52218B; }
span { border-color: rgb(82,33,139); }
td.TdClassName
{
border-color: #52218B;
}
.TagClassName
{
border-color: #52218B;
}
</style>