Shades of Kingfisher Daisy #53298F
Tints of Kingfisher Daisy #53298F
RGB
CMYK
RGB Variations
Color information
#53298F (or 0x53298F) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 8F. RGB value is (83,41,143). Sum of RGB (Red+Green+Blue) = 83+41+143=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #53298F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53298F is #ACD670. Grayscale: #404040. Windows color (decimal): -11327089 or 9382227. OLE color: 9382227.
HSL color Cylindrical-coordinate representation of color #53298F: hue angle of 264.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53298F is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 41 | 143 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.44 |
| HSL | 264.71º | 0.55% | 0.36% | - |
| HSV(B) | 264.71º | 0.71% | 0.56% | - |
| XYZ | 9.32 | 5.41 | 26.54 | - |
| YUV | 65.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 143 | 0.42 | 0.71 | 0 | 0.44 | 264.71 | 0.55 | 0.36 |
| Hex | 53 | 29 | 8F | 2A | 47 | 0 | 2C | 109 | 37 | 24 |
| Octal | 123 | 51 | 217 | 52 | 107 | 0 | 54 | 411 | 67 | 44 |
| Binary | 1010011 | 101001 | 10001111 | 101010 | 1000111 | 0 | 101100 | 100001001 | 110111 | 100100 |
Color Harmonies of #53298F
Complementary color
Monochromatic Colors of #53298F
Black with #53298F
Text Example
Text Example
White with #53298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53298F; }
p { color: rgb(83,41,143); }
H1.HeaderClassName
{
color: #53298F;
}
.AnyTagClassName
{
color: #53298F;
}
</style>
background-color css
<style>
a { background-color: #53298F; }
a { background-color: rgb(83,41,143); }
div.DivClassName
{
background-color: #53298F;
}
.BgClassName
{
background-color: #53298F;
}
</style>
border-color css
<style>
span { border-color: #53298F; }
span { border-color: rgb(83,41,143); }
td.TdClassName
{
border-color: #53298F;
}
.TagClassName
{
border-color: #53298F;
}
</style>