Shades of Kingfisher Daisy #521D98
Tints of Kingfisher Daisy #521D98
RGB
CMYK
RGB Variations
Color information
#521D98 (or 0x521D98) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 98. RGB value is (82,29,152). Sum of RGB (Red+Green+Blue) = 82+29+152=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #521D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D98 is #ADE267. Grayscale: #3A3A3A. Windows color (decimal): -11395688 or 9968978. OLE color: 9968978.
HSL color Cylindrical-coordinate representation of color #521D98: hue angle of 265.85º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521D98 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 29 | 152 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.40 |
| HSL | 265.85º | 0.68% | 0.35% | - |
| HSV(B) | 265.85º | 0.81% | 0.6% | - |
| XYZ | 9.59 | 4.94 | 30.15 | - |
| YUV | 58.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 152 | 0.46 | 0.81 | 0 | 0.40 | 265.85 | 0.68 | 0.35 |
| Hex | 52 | 1D | 98 | 2E | 51 | 0 | 28 | 10A | 44 | 23 |
| Octal | 122 | 35 | 230 | 56 | 121 | 0 | 50 | 412 | 104 | 43 |
| Binary | 1010010 | 11101 | 10011000 | 101110 | 1010001 | 0 | 101000 | 100001010 | 1000100 | 100011 |
Color Harmonies of #521D98
Complementary color
Monochromatic Colors of #521D98
Black with #521D98
Text Example
Text Example
White with #521D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D98; }
p { color: rgb(82,29,152); }
H1.HeaderClassName
{
color: #521D98;
}
.AnyTagClassName
{
color: #521D98;
}
</style>
background-color css
<style>
a { background-color: #521D98; }
a { background-color: rgb(82,29,152); }
div.DivClassName
{
background-color: #521D98;
}
.BgClassName
{
background-color: #521D98;
}
</style>
border-color css
<style>
span { border-color: #521D98; }
span { border-color: rgb(82,29,152); }
td.TdClassName
{
border-color: #521D98;
}
.TagClassName
{
border-color: #521D98;
}
</style>