Shades of Kingfisher Daisy #522D85
Tints of Kingfisher Daisy #522D85
RGB
CMYK
RGB Variations
Color information
#522D85 (or 0x522D85) is known color: Kingfisher Daisy. HEX triplet: 52, 2D and 85. RGB value is (82,45,133). Sum of RGB (Red+Green+Blue) = 82+45+133=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #522D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522D85 is #ADD27A. Grayscale: #414141. Windows color (decimal): -11391611 or 8727890. OLE color: 8727890.
HSL color Cylindrical-coordinate representation of color #522D85: hue angle of 265.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522D85 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 45 | 133 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.48 |
| HSL | 265.23º | 0.49% | 0.35% | - |
| HSV(B) | 265.23º | 0.66% | 0.52% | - |
| XYZ | 8.65 | 5.36 | 22.77 | - |
| YUV | 66.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 133 | 0.38 | 0.66 | 0 | 0.48 | 265.23 | 0.49 | 0.35 |
| Hex | 52 | 2D | 85 | 26 | 42 | 0 | 30 | 109 | 31 | 23 |
| Octal | 122 | 55 | 205 | 46 | 102 | 0 | 60 | 411 | 61 | 43 |
| Binary | 1010010 | 101101 | 10000101 | 100110 | 1000010 | 0 | 110000 | 100001001 | 110001 | 100011 |
Color Harmonies of #522D85
Complementary color
Monochromatic Colors of #522D85
Black with #522D85
Text Example
Text Example
White with #522D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D85; }
p { color: rgb(82,45,133); }
H1.HeaderClassName
{
color: #522D85;
}
.AnyTagClassName
{
color: #522D85;
}
</style>
background-color css
<style>
a { background-color: #522D85; }
a { background-color: rgb(82,45,133); }
div.DivClassName
{
background-color: #522D85;
}
.BgClassName
{
background-color: #522D85;
}
</style>
border-color css
<style>
span { border-color: #522D85; }
span { border-color: rgb(82,45,133); }
td.TdClassName
{
border-color: #522D85;
}
.TagClassName
{
border-color: #522D85;
}
</style>