Shades of Kingfisher Daisy #53297E
Tints of Kingfisher Daisy #53297E
RGB
CMYK
RGB Variations
Color information
#53297E (or 0x53297E) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 7E. RGB value is (83,41,126). Sum of RGB (Red+Green+Blue) = 83+41+126=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #53297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53297E is #ACD681. Grayscale: #3E3E3E. Windows color (decimal): -11327106 or 8268115. OLE color: 8268115.
HSL color Cylindrical-coordinate representation of color #53297E: hue angle of 269.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53297E is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 41 | 126 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.51 |
| HSL | 269.65º | 0.51% | 0.33% | - |
| HSV(B) | 269.65º | 0.67% | 0.49% | - |
| XYZ | 8.13 | 4.93 | 20.26 | - |
| YUV | 63.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 126 | 0.34 | 0.67 | 0 | 0.51 | 269.65 | 0.51 | 0.33 |
| Hex | 53 | 29 | 7E | 22 | 43 | 0 | 33 | 10E | 33 | 21 |
| Octal | 123 | 51 | 176 | 42 | 103 | 0 | 63 | 416 | 63 | 41 |
| Binary | 1010011 | 101001 | 1111110 | 100010 | 1000011 | 0 | 110011 | 100001110 | 110011 | 100001 |
Color Harmonies of #53297E
Complementary color
Monochromatic Colors of #53297E
Black with #53297E
Text Example
Text Example
White with #53297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53297E; }
p { color: rgb(83,41,126); }
H1.HeaderClassName
{
color: #53297E;
}
.AnyTagClassName
{
color: #53297E;
}
</style>
background-color css
<style>
a { background-color: #53297E; }
a { background-color: rgb(83,41,126); }
div.DivClassName
{
background-color: #53297E;
}
.BgClassName
{
background-color: #53297E;
}
</style>
border-color css
<style>
span { border-color: #53297E; }
span { border-color: rgb(83,41,126); }
td.TdClassName
{
border-color: #53297E;
}
.TagClassName
{
border-color: #53297E;
}
</style>