Shades of Kingfisher Daisy #521D87
Tints of Kingfisher Daisy #521D87
RGB
CMYK
RGB Variations
Color information
#521D87 (or 0x521D87) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 87. RGB value is (82,29,135). Sum of RGB (Red+Green+Blue) = 82+29+135=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #521D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D87 is #ADE278. Grayscale: #383838. Windows color (decimal): -11395705 or 8854866. OLE color: 8854866.
HSL color Cylindrical-coordinate representation of color #521D87: hue angle of 270º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521D87 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 29 | 135 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.47 |
| HSL | 270º | 0.65% | 0.32% | - |
| HSV(B) | 270º | 0.79% | 0.53% | - |
| XYZ | 8.29 | 4.42 | 23.34 | - |
| YUV | 56.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 135 | 0.39 | 0.79 | 0 | 0.47 | 270 | 0.65 | 0.32 |
| Hex | 52 | 1D | 87 | 27 | 4F | 0 | 2F | 10E | 41 | 20 |
| Octal | 122 | 35 | 207 | 47 | 117 | 0 | 57 | 416 | 101 | 40 |
| Binary | 1010010 | 11101 | 10000111 | 100111 | 1001111 | 0 | 101111 | 100001110 | 1000001 | 100000 |
Color Harmonies of #521D87
Complementary color
Monochromatic Colors of #521D87
Black with #521D87
Text Example
Text Example
White with #521D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D87; }
p { color: rgb(82,29,135); }
H1.HeaderClassName
{
color: #521D87;
}
.AnyTagClassName
{
color: #521D87;
}
</style>
background-color css
<style>
a { background-color: #521D87; }
a { background-color: rgb(82,29,135); }
div.DivClassName
{
background-color: #521D87;
}
.BgClassName
{
background-color: #521D87;
}
</style>
border-color css
<style>
span { border-color: #521D87; }
span { border-color: rgb(82,29,135); }
td.TdClassName
{
border-color: #521D87;
}
.TagClassName
{
border-color: #521D87;
}
</style>