Shades of Kingfisher Daisy #53297F
Tints of Kingfisher Daisy #53297F
RGB
CMYK
RGB Variations
Color information
#53297F (or 0x53297F) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 7F. RGB value is (83,41,127). Sum of RGB (Red+Green+Blue) = 83+41+127=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #53297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53297F is #ACD680. Grayscale: #3F3F3F. Windows color (decimal): -11327105 or 8333651. OLE color: 8333651.
HSL color Cylindrical-coordinate representation of color #53297F: hue angle of 269.3º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53297F is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 41 | 127 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.50 |
| HSL | 269.3º | 0.51% | 0.33% | - |
| HSV(B) | 269.3º | 0.68% | 0.5% | - |
| XYZ | 8.19 | 4.96 | 20.6 | - |
| YUV | 63.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 127 | 0.35 | 0.68 | 0 | 0.50 | 269.3 | 0.51 | 0.33 |
| Hex | 53 | 29 | 7F | 23 | 44 | 0 | 32 | 10D | 33 | 21 |
| Octal | 123 | 51 | 177 | 43 | 104 | 0 | 62 | 415 | 63 | 41 |
| Binary | 1010011 | 101001 | 1111111 | 100011 | 1000100 | 0 | 110010 | 100001101 | 110011 | 100001 |
Color Harmonies of #53297F
Complementary color
Monochromatic Colors of #53297F
Black with #53297F
Text Example
Text Example
White with #53297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53297F; }
p { color: rgb(83,41,127); }
H1.HeaderClassName
{
color: #53297F;
}
.AnyTagClassName
{
color: #53297F;
}
</style>
background-color css
<style>
a { background-color: #53297F; }
a { background-color: rgb(83,41,127); }
div.DivClassName
{
background-color: #53297F;
}
.BgClassName
{
background-color: #53297F;
}
</style>
border-color css
<style>
span { border-color: #53297F; }
span { border-color: rgb(83,41,127); }
td.TdClassName
{
border-color: #53297F;
}
.TagClassName
{
border-color: #53297F;
}
</style>