Shades of Kingfisher Daisy #521D83
Tints of Kingfisher Daisy #521D83
RGB
CMYK
RGB Variations
Color information
#521D83 (or 0x521D83) is known color: Kingfisher Daisy. HEX triplet: 52, 1D and 83. RGB value is (82,29,131). Sum of RGB (Red+Green+Blue) = 82+29+131=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #521D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D83 is #ADE27C. Grayscale: #383838. Windows color (decimal): -11395709 or 8592722. OLE color: 8592722.
HSL color Cylindrical-coordinate representation of color #521D83: hue angle of 271.18º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521D83 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 29 | 131 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.49 |
| HSL | 271.18º | 0.64% | 0.31% | - |
| HSV(B) | 271.18º | 0.78% | 0.51% | - |
| XYZ | 8.02 | 4.31 | 21.88 | - |
| YUV | 56.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 131 | 0.37 | 0.78 | 0 | 0.49 | 271.18 | 0.64 | 0.31 |
| Hex | 52 | 1D | 83 | 25 | 4E | 0 | 31 | 10F | 40 | 1F |
| Octal | 122 | 35 | 203 | 45 | 116 | 0 | 61 | 417 | 100 | 37 |
| Binary | 1010010 | 11101 | 10000011 | 100101 | 1001110 | 0 | 110001 | 100001111 | 1000000 | 11111 |
Color Harmonies of #521D83
Complementary color
Monochromatic Colors of #521D83
Black with #521D83
Text Example
Text Example
White with #521D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D83; }
p { color: rgb(82,29,131); }
H1.HeaderClassName
{
color: #521D83;
}
.AnyTagClassName
{
color: #521D83;
}
</style>
background-color css
<style>
a { background-color: #521D83; }
a { background-color: rgb(82,29,131); }
div.DivClassName
{
background-color: #521D83;
}
.BgClassName
{
background-color: #521D83;
}
</style>
border-color css
<style>
span { border-color: #521D83; }
span { border-color: rgb(82,29,131); }
td.TdClassName
{
border-color: #521D83;
}
.TagClassName
{
border-color: #521D83;
}
</style>