Shades of Kingfisher Daisy #53208D
Tints of Kingfisher Daisy #53208D
RGB
CMYK
RGB Variations
Color information
#53208D (or 0x53208D) is known color: Kingfisher Daisy. HEX triplet: 53, 20 and 8D. RGB value is (83,32,141). Sum of RGB (Red+Green+Blue) = 83+32+141=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #53208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53208D is #ACDF72. Grayscale: #3B3B3B. Windows color (decimal): -11329395 or 9248851. OLE color: 9248851.
HSL color Cylindrical-coordinate representation of color #53208D: hue angle of 268.07º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53208D is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 32 | 141 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.45 |
| HSL | 268.07º | 0.63% | 0.34% | - |
| HSV(B) | 268.07º | 0.77% | 0.55% | - |
| XYZ | 8.89 | 4.8 | 25.66 | - |
| YUV | 59.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 141 | 0.41 | 0.77 | 0 | 0.45 | 268.07 | 0.63 | 0.34 |
| Hex | 53 | 20 | 8D | 29 | 4D | 0 | 2D | 10C | 3F | 22 |
| Octal | 123 | 40 | 215 | 51 | 115 | 0 | 55 | 414 | 77 | 42 |
| Binary | 1010011 | 100000 | 10001101 | 101001 | 1001101 | 0 | 101101 | 100001100 | 111111 | 100010 |
Color Harmonies of #53208D
Complementary color
Monochromatic Colors of #53208D
Black with #53208D
Text Example
Text Example
White with #53208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53208D; }
p { color: rgb(83,32,141); }
H1.HeaderClassName
{
color: #53208D;
}
.AnyTagClassName
{
color: #53208D;
}
</style>
background-color css
<style>
a { background-color: #53208D; }
a { background-color: rgb(83,32,141); }
div.DivClassName
{
background-color: #53208D;
}
.BgClassName
{
background-color: #53208D;
}
</style>
border-color css
<style>
span { border-color: #53208D; }
span { border-color: rgb(83,32,141); }
td.TdClassName
{
border-color: #53208D;
}
.TagClassName
{
border-color: #53208D;
}
</style>