Shades of Kingfisher Daisy #521B87
Tints of Kingfisher Daisy #521B87
RGB
CMYK
RGB Variations
Color information
#521B87 (or 0x521B87) is known color: Kingfisher Daisy. HEX triplet: 52, 1B and 87. RGB value is (82,27,135). Sum of RGB (Red+Green+Blue) = 82+27+135=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #521B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B87 is #ADE478. Grayscale: #373737. Windows color (decimal): -11396217 or 8854354. OLE color: 8854354.
HSL color Cylindrical-coordinate representation of color #521B87: hue angle of 270.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521B87 is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 27 | 135 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.47 |
| HSL | 270.56º | 0.67% | 0.32% | - |
| HSV(B) | 270.56º | 0.8% | 0.53% | - |
| XYZ | 8.24 | 4.33 | 23.32 | - |
| YUV | 55.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 135 | 0.39 | 0.8 | 0 | 0.47 | 270.56 | 0.67 | 0.32 |
| Hex | 52 | 1B | 87 | 27 | 50 | 0 | 2F | 10F | 43 | 20 |
| Octal | 122 | 33 | 207 | 47 | 120 | 0 | 57 | 417 | 103 | 40 |
| Binary | 1010010 | 11011 | 10000111 | 100111 | 1010000 | 0 | 101111 | 100001111 | 1000011 | 100000 |
Color Harmonies of #521B87
Complementary color
Monochromatic Colors of #521B87
Black with #521B87
Text Example
Text Example
White with #521B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B87; }
p { color: rgb(82,27,135); }
H1.HeaderClassName
{
color: #521B87;
}
.AnyTagClassName
{
color: #521B87;
}
</style>
background-color css
<style>
a { background-color: #521B87; }
a { background-color: rgb(82,27,135); }
div.DivClassName
{
background-color: #521B87;
}
.BgClassName
{
background-color: #521B87;
}
</style>
border-color css
<style>
span { border-color: #521B87; }
span { border-color: rgb(82,27,135); }
td.TdClassName
{
border-color: #521B87;
}
.TagClassName
{
border-color: #521B87;
}
</style>