Shades of Kingfisher Daisy #522E8C
Tints of Kingfisher Daisy #522E8C
RGB
CMYK
RGB Variations
Color information
#522E8C (or 0x522E8C) is known color: Kingfisher Daisy. HEX triplet: 52, 2E and 8C. RGB value is (82,46,140). Sum of RGB (Red+Green+Blue) = 82+46+140=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #522E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522E8C is #ADD173. Grayscale: #434343. Windows color (decimal): -11391348 or 9186898. OLE color: 9186898.
HSL color Cylindrical-coordinate representation of color #522E8C: hue angle of 262.98º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522E8C is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 46 | 140 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.45 |
| HSL | 262.98º | 0.51% | 0.36% | - |
| HSV(B) | 262.98º | 0.67% | 0.55% | - |
| XYZ | 9.19 | 5.64 | 25.42 | - |
| YUV | 67.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 140 | 0.41 | 0.67 | 0 | 0.45 | 262.98 | 0.51 | 0.36 |
| Hex | 52 | 2E | 8C | 29 | 43 | 0 | 2D | 107 | 33 | 24 |
| Octal | 122 | 56 | 214 | 51 | 103 | 0 | 55 | 407 | 63 | 44 |
| Binary | 1010010 | 101110 | 10001100 | 101001 | 1000011 | 0 | 101101 | 100000111 | 110011 | 100100 |
Color Harmonies of #522E8C
Complementary color
Monochromatic Colors of #522E8C
Black with #522E8C
Text Example
Text Example
White with #522E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E8C; }
p { color: rgb(82,46,140); }
H1.HeaderClassName
{
color: #522E8C;
}
.AnyTagClassName
{
color: #522E8C;
}
</style>
background-color css
<style>
a { background-color: #522E8C; }
a { background-color: rgb(82,46,140); }
div.DivClassName
{
background-color: #522E8C;
}
.BgClassName
{
background-color: #522E8C;
}
</style>
border-color css
<style>
span { border-color: #522E8C; }
span { border-color: rgb(82,46,140); }
td.TdClassName
{
border-color: #522E8C;
}
.TagClassName
{
border-color: #522E8C;
}
</style>