Shades of Kingfisher Daisy #521D86
Tints of Kingfisher Daisy #521D86
RGB
CMYK
RGB Variations
Color information
#521D86 (or 0x521D86) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 86. RGB value is (82,29,134). Sum of RGB (Red+Green+Blue) = 82+29+134=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #521D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D86 is #ADE279. Grayscale: #383838. Windows color (decimal): -11395706 or 8789330. OLE color: 8789330.
HSL color Cylindrical-coordinate representation of color #521D86: hue angle of 270.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521D86 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 29 | 134 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.47 |
| HSL | 270.29º | 0.64% | 0.32% | - |
| HSV(B) | 270.29º | 0.78% | 0.53% | - |
| XYZ | 8.22 | 4.39 | 22.97 | - |
| YUV | 56.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 134 | 0.39 | 0.78 | 0 | 0.47 | 270.29 | 0.64 | 0.32 |
| Hex | 52 | 1D | 86 | 27 | 4E | 0 | 2F | 10E | 40 | 20 |
| Octal | 122 | 35 | 206 | 47 | 116 | 0 | 57 | 416 | 100 | 40 |
| Binary | 1010010 | 11101 | 10000110 | 100111 | 1001110 | 0 | 101111 | 100001110 | 1000000 | 100000 |
Color Harmonies of #521D86
Complementary color
Monochromatic Colors of #521D86
Black with #521D86
Text Example
Text Example
White with #521D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D86; }
p { color: rgb(82,29,134); }
H1.HeaderClassName
{
color: #521D86;
}
.AnyTagClassName
{
color: #521D86;
}
</style>
background-color css
<style>
a { background-color: #521D86; }
a { background-color: rgb(82,29,134); }
div.DivClassName
{
background-color: #521D86;
}
.BgClassName
{
background-color: #521D86;
}
</style>
border-color css
<style>
span { border-color: #521D86; }
span { border-color: rgb(82,29,134); }
td.TdClassName
{
border-color: #521D86;
}
.TagClassName
{
border-color: #521D86;
}
</style>