Shades of Kingfisher Daisy #522E81
Tints of Kingfisher Daisy #522E81
RGB
CMYK
RGB Variations
Color information
#522E81 (or 0x522E81) is known color: Kingfisher Daisy. HEX triplet: 52, 2E and 81. RGB value is (82,46,129). Sum of RGB (Red+Green+Blue) = 82+46+129=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #522E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522E81 is #ADD17E. Grayscale: #414141. Windows color (decimal): -11391359 or 8466002. OLE color: 8466002.
HSL color Cylindrical-coordinate representation of color #522E81: hue angle of 266.02º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #522E81 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 46 | 129 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.49 |
| HSL | 266.02º | 0.47% | 0.34% | - |
| HSV(B) | 266.02º | 0.64% | 0.51% | - |
| XYZ | 8.42 | 5.33 | 21.35 | - |
| YUV | 66.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 129 | 0.36 | 0.64 | 0 | 0.49 | 266.02 | 0.47 | 0.34 |
| Hex | 52 | 2E | 81 | 24 | 40 | 0 | 31 | 10A | 2F | 22 |
| Octal | 122 | 56 | 201 | 44 | 100 | 0 | 61 | 412 | 57 | 42 |
| Binary | 1010010 | 101110 | 10000001 | 100100 | 1000000 | 0 | 110001 | 100001010 | 101111 | 100010 |
Color Harmonies of #522E81
Complementary color
Monochromatic Colors of #522E81
Black with #522E81
Text Example
Text Example
White with #522E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E81; }
p { color: rgb(82,46,129); }
H1.HeaderClassName
{
color: #522E81;
}
.AnyTagClassName
{
color: #522E81;
}
</style>
background-color css
<style>
a { background-color: #522E81; }
a { background-color: rgb(82,46,129); }
div.DivClassName
{
background-color: #522E81;
}
.BgClassName
{
background-color: #522E81;
}
</style>
border-color css
<style>
span { border-color: #522E81; }
span { border-color: rgb(82,46,129); }
td.TdClassName
{
border-color: #522E81;
}
.TagClassName
{
border-color: #522E81;
}
</style>