Shades of Kingfisher Daisy #52228B
Tints of Kingfisher Daisy #52228B
RGB
CMYK
RGB Variations
Color information
#52228B (or 0x52228B) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 8B. RGB value is (82,34,139). Sum of RGB (Red+Green+Blue) = 82+34+139=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #52228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52228B is #ADDD74. Grayscale: #3B3B3B. Windows color (decimal): -11394421 or 9118290. OLE color: 9118290.
HSL color Cylindrical-coordinate representation of color #52228B: hue angle of 267.43º degrees, saturation: 0.61, 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 #52228B is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 34 | 139 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.45 |
| HSL | 267.43º | 0.61% | 0.34% | - |
| HSV(B) | 267.43º | 0.76% | 0.55% | - |
| XYZ | 8.71 | 4.8 | 24.89 | - |
| YUV | 60.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 139 | 0.41 | 0.76 | 0 | 0.45 | 267.43 | 0.61 | 0.34 |
| Hex | 52 | 22 | 8B | 29 | 4C | 0 | 2D | 10B | 3D | 22 |
| Octal | 122 | 42 | 213 | 51 | 114 | 0 | 55 | 413 | 75 | 42 |
| Binary | 1010010 | 100010 | 10001011 | 101001 | 1001100 | 0 | 101101 | 100001011 | 111101 | 100010 |
Color Harmonies of #52228B
Complementary color
Monochromatic Colors of #52228B
Black with #52228B
Text Example
Text Example
White with #52228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52228B; }
p { color: rgb(82,34,139); }
H1.HeaderClassName
{
color: #52228B;
}
.AnyTagClassName
{
color: #52228B;
}
</style>
background-color css
<style>
a { background-color: #52228B; }
a { background-color: rgb(82,34,139); }
div.DivClassName
{
background-color: #52228B;
}
.BgClassName
{
background-color: #52228B;
}
</style>
border-color css
<style>
span { border-color: #52228B; }
span { border-color: rgb(82,34,139); }
td.TdClassName
{
border-color: #52228B;
}
.TagClassName
{
border-color: #52228B;
}
</style>