Shades of Kingfisher Daisy #522C85
Tints of Kingfisher Daisy #522C85
RGB
CMYK
RGB Variations
Color information
#522C85 (or 0x522C85) is known color: Kingfisher Daisy. HEX triplet: 52, 2C and 85. RGB value is (82,44,133). Sum of RGB (Red+Green+Blue) = 82+44+133=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #522C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C85 is #ADD37A. Grayscale: #414141. Windows color (decimal): -11391867 or 8727634. OLE color: 8727634.
HSL color Cylindrical-coordinate representation of color #522C85: hue angle of 265.62º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522C85 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 44 | 133 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.48 |
| HSL | 265.62º | 0.5% | 0.35% | - |
| HSV(B) | 265.62º | 0.67% | 0.52% | - |
| XYZ | 8.61 | 5.29 | 22.76 | - |
| YUV | 65.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 133 | 0.38 | 0.67 | 0 | 0.48 | 265.62 | 0.5 | 0.35 |
| Hex | 52 | 2C | 85 | 26 | 43 | 0 | 30 | 10A | 32 | 23 |
| Octal | 122 | 54 | 205 | 46 | 103 | 0 | 60 | 412 | 62 | 43 |
| Binary | 1010010 | 101100 | 10000101 | 100110 | 1000011 | 0 | 110000 | 100001010 | 110010 | 100011 |
Color Harmonies of #522C85
Complementary color
Monochromatic Colors of #522C85
Black with #522C85
Text Example
Text Example
White with #522C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C85; }
p { color: rgb(82,44,133); }
H1.HeaderClassName
{
color: #522C85;
}
.AnyTagClassName
{
color: #522C85;
}
</style>
background-color css
<style>
a { background-color: #522C85; }
a { background-color: rgb(82,44,133); }
div.DivClassName
{
background-color: #522C85;
}
.BgClassName
{
background-color: #522C85;
}
</style>
border-color css
<style>
span { border-color: #522C85; }
span { border-color: rgb(82,44,133); }
td.TdClassName
{
border-color: #522C85;
}
.TagClassName
{
border-color: #522C85;
}
</style>