Shades of Kingfisher Daisy #522891
Tints of Kingfisher Daisy #522891
RGB
CMYK
RGB Variations
Color information
#522891 (or 0x522891) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 91. RGB value is (82,40,145). Sum of RGB (Red+Green+Blue) = 82+40+145=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #522891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522891 is #ADD76E. Grayscale: #404040. Windows color (decimal): -11392879 or 9513042. OLE color: 9513042.
HSL color Cylindrical-coordinate representation of color #522891: hue angle of 264º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522891 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 40 | 145 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.43 |
| HSL | 264º | 0.57% | 0.36% | - |
| HSV(B) | 264º | 0.72% | 0.57% | - |
| XYZ | 9.35 | 5.36 | 27.33 | - |
| YUV | 64.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 145 | 0.43 | 0.72 | 0 | 0.43 | 264 | 0.57 | 0.36 |
| Hex | 52 | 28 | 91 | 2B | 48 | 0 | 2B | 108 | 39 | 24 |
| Octal | 122 | 50 | 221 | 53 | 110 | 0 | 53 | 410 | 71 | 44 |
| Binary | 1010010 | 101000 | 10010001 | 101011 | 1001000 | 0 | 101011 | 100001000 | 111001 | 100100 |
Color Harmonies of #522891
Complementary color
Monochromatic Colors of #522891
Black with #522891
Text Example
Text Example
White with #522891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522891; }
p { color: rgb(82,40,145); }
H1.HeaderClassName
{
color: #522891;
}
.AnyTagClassName
{
color: #522891;
}
</style>
background-color css
<style>
a { background-color: #522891; }
a { background-color: rgb(82,40,145); }
div.DivClassName
{
background-color: #522891;
}
.BgClassName
{
background-color: #522891;
}
</style>
border-color css
<style>
span { border-color: #522891; }
span { border-color: rgb(82,40,145); }
td.TdClassName
{
border-color: #522891;
}
.TagClassName
{
border-color: #522891;
}
</style>