Shades of Kingfisher Daisy #522C7F
Tints of Kingfisher Daisy #522C7F
RGB
CMYK
RGB Variations
Color information
#522C7F (or 0x522C7F) is known color: Kingfisher Daisy. HEX triplet: 52, 2C and 7F. RGB value is (82,44,127). Sum of RGB (Red+Green+Blue) = 82+44+127=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #522C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C7F is #ADD380. Grayscale: #404040. Windows color (decimal): -11391873 or 8334418. OLE color: 8334418.
HSL color Cylindrical-coordinate representation of color #522C7F: hue angle of 267.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522C7F is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 44 | 127 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.50 |
| HSL | 267.47º | 0.49% | 0.34% | - |
| HSV(B) | 267.47º | 0.65% | 0.5% | - |
| XYZ | 8.21 | 5.13 | 20.64 | - |
| YUV | 64.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 127 | 0.35 | 0.65 | 0 | 0.50 | 267.47 | 0.49 | 0.34 |
| Hex | 52 | 2C | 7F | 23 | 41 | 0 | 32 | 10B | 31 | 22 |
| Octal | 122 | 54 | 177 | 43 | 101 | 0 | 62 | 413 | 61 | 42 |
| Binary | 1010010 | 101100 | 1111111 | 100011 | 1000001 | 0 | 110010 | 100001011 | 110001 | 100010 |
Color Harmonies of #522C7F
Complementary color
Monochromatic Colors of #522C7F
Black with #522C7F
Text Example
Text Example
White with #522C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C7F; }
p { color: rgb(82,44,127); }
H1.HeaderClassName
{
color: #522C7F;
}
.AnyTagClassName
{
color: #522C7F;
}
</style>
background-color css
<style>
a { background-color: #522C7F; }
a { background-color: rgb(82,44,127); }
div.DivClassName
{
background-color: #522C7F;
}
.BgClassName
{
background-color: #522C7F;
}
</style>
border-color css
<style>
span { border-color: #522C7F; }
span { border-color: rgb(82,44,127); }
td.TdClassName
{
border-color: #522C7F;
}
.TagClassName
{
border-color: #522C7F;
}
</style>