Shades of Kingfisher Daisy #521E86
Tints of Kingfisher Daisy #521E86
RGB
CMYK
RGB Variations
Color information
#521E86 (or 0x521E86) is known color: Kingfisher Daisy. HEX triplet: 52, 1E and 86. RGB value is (82,30,134). Sum of RGB (Red+Green+Blue) = 82+30+134=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #521E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E86 is #ADE179. Grayscale: #393939. Windows color (decimal): -11395450 or 8789586. OLE color: 8789586.
HSL color Cylindrical-coordinate representation of color #521E86: hue angle of 270º degrees, saturation: 0.63, 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 #521E86 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 30 | 134 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.47 |
| HSL | 270º | 0.63% | 0.32% | - |
| HSV(B) | 270º | 0.78% | 0.53% | - |
| XYZ | 8.25 | 4.44 | 22.98 | - |
| YUV | 57.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 134 | 0.39 | 0.78 | 0 | 0.47 | 270 | 0.63 | 0.32 |
| Hex | 52 | 1E | 86 | 27 | 4E | 0 | 2F | 10E | 3F | 20 |
| Octal | 122 | 36 | 206 | 47 | 116 | 0 | 57 | 416 | 77 | 40 |
| Binary | 1010010 | 11110 | 10000110 | 100111 | 1001110 | 0 | 101111 | 100001110 | 111111 | 100000 |
Color Harmonies of #521E86
Complementary color
Monochromatic Colors of #521E86
Black with #521E86
Text Example
Text Example
White with #521E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E86; }
p { color: rgb(82,30,134); }
H1.HeaderClassName
{
color: #521E86;
}
.AnyTagClassName
{
color: #521E86;
}
</style>
background-color css
<style>
a { background-color: #521E86; }
a { background-color: rgb(82,30,134); }
div.DivClassName
{
background-color: #521E86;
}
.BgClassName
{
background-color: #521E86;
}
</style>
border-color css
<style>
span { border-color: #521E86; }
span { border-color: rgb(82,30,134); }
td.TdClassName
{
border-color: #521E86;
}
.TagClassName
{
border-color: #521E86;
}
</style>