Shades of Kingfisher Daisy #521D88
Tints of Kingfisher Daisy #521D88
RGB
CMYK
RGB Variations
Color information
#521D88 (or 0x521D88) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 88. RGB value is (82,29,136). Sum of RGB (Red+Green+Blue) = 82+29+136=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #521D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D88 is #ADE277. Grayscale: #383838. Windows color (decimal): -11395704 or 8920402. OLE color: 8920402.
HSL color Cylindrical-coordinate representation of color #521D88: hue angle of 269.72º 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 #521D88 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 29 | 136 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.47 |
| HSL | 269.72º | 0.65% | 0.32% | - |
| HSV(B) | 269.72º | 0.79% | 0.53% | - |
| XYZ | 8.36 | 4.45 | 23.71 | - |
| YUV | 57.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 136 | 0.40 | 0.79 | 0 | 0.47 | 269.72 | 0.65 | 0.32 |
| Hex | 52 | 1D | 88 | 28 | 4F | 0 | 2F | 10E | 41 | 20 |
| Octal | 122 | 35 | 210 | 50 | 117 | 0 | 57 | 416 | 101 | 40 |
| Binary | 1010010 | 11101 | 10001000 | 101000 | 1001111 | 0 | 101111 | 100001110 | 1000001 | 100000 |
Color Harmonies of #521D88
Complementary color
Monochromatic Colors of #521D88
Black with #521D88
Text Example
Text Example
White with #521D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D88; }
p { color: rgb(82,29,136); }
H1.HeaderClassName
{
color: #521D88;
}
.AnyTagClassName
{
color: #521D88;
}
</style>
background-color css
<style>
a { background-color: #521D88; }
a { background-color: rgb(82,29,136); }
div.DivClassName
{
background-color: #521D88;
}
.BgClassName
{
background-color: #521D88;
}
</style>
border-color css
<style>
span { border-color: #521D88; }
span { border-color: rgb(82,29,136); }
td.TdClassName
{
border-color: #521D88;
}
.TagClassName
{
border-color: #521D88;
}
</style>