Shades of Kingfisher Daisy #521B96
Tints of Kingfisher Daisy #521B96
RGB
CMYK
RGB Variations
Color information
#521B96 (or 0x521B96) is known color: Kingfisher Daisy. HEX triplet: 52, 1B and 96. RGB value is (82,27,150). Sum of RGB (Red+Green+Blue) = 82+27+150=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #521B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521B96 is #ADE469. Grayscale: #393939. Windows color (decimal): -11396202 or 9837394. OLE color: 9837394.
HSL color Cylindrical-coordinate representation of color #521B96: hue angle of 266.83º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521B96 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 27 | 150 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.41 |
| HSL | 266.83º | 0.69% | 0.35% | - |
| HSV(B) | 266.83º | 0.82% | 0.59% | - |
| XYZ | 9.38 | 4.78 | 29.28 | - |
| YUV | 57.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 150 | 0.45 | 0.82 | 0 | 0.41 | 266.83 | 0.69 | 0.35 |
| Hex | 52 | 1B | 96 | 2D | 52 | 0 | 29 | 10B | 45 | 23 |
| Octal | 122 | 33 | 226 | 55 | 122 | 0 | 51 | 413 | 105 | 43 |
| Binary | 1010010 | 11011 | 10010110 | 101101 | 1010010 | 0 | 101001 | 100001011 | 1000101 | 100011 |
Color Harmonies of #521B96
Complementary color
Monochromatic Colors of #521B96
Black with #521B96
Text Example
Text Example
White with #521B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B96; }
p { color: rgb(82,27,150); }
H1.HeaderClassName
{
color: #521B96;
}
.AnyTagClassName
{
color: #521B96;
}
</style>
background-color css
<style>
a { background-color: #521B96; }
a { background-color: rgb(82,27,150); }
div.DivClassName
{
background-color: #521B96;
}
.BgClassName
{
background-color: #521B96;
}
</style>
border-color css
<style>
span { border-color: #521B96; }
span { border-color: rgb(82,27,150); }
td.TdClassName
{
border-color: #521B96;
}
.TagClassName
{
border-color: #521B96;
}
</style>