Shades of Kingfisher Daisy #53247F
Tints of Kingfisher Daisy #53247F
RGB
CMYK
RGB Variations
Color information
#53247F (or 0x53247F) is known color: Kingfisher Daisy. HEX triplet: 53, 24 and 7F. RGB value is (83,36,127). Sum of RGB (Red+Green+Blue) = 83+36+127=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #53247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53247F is #ACDB80. Grayscale: #3C3C3C. Windows color (decimal): -11328385 or 8332371. OLE color: 8332371.
HSL color Cylindrical-coordinate representation of color #53247F: hue angle of 270.99º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53247F is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 36 | 127 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.50 |
| HSL | 270.99º | 0.56% | 0.32% | - |
| HSV(B) | 270.99º | 0.72% | 0.5% | - |
| XYZ | 8.03 | 4.63 | 20.55 | - |
| YUV | 60.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 127 | 0.35 | 0.72 | 0 | 0.50 | 270.99 | 0.56 | 0.32 |
| Hex | 53 | 24 | 7F | 23 | 48 | 0 | 32 | 10F | 38 | 20 |
| Octal | 123 | 44 | 177 | 43 | 110 | 0 | 62 | 417 | 70 | 40 |
| Binary | 1010011 | 100100 | 1111111 | 100011 | 1001000 | 0 | 110010 | 100001111 | 111000 | 100000 |
Color Harmonies of #53247F
Complementary color
Monochromatic Colors of #53247F
Black with #53247F
Text Example
Text Example
White with #53247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53247F; }
p { color: rgb(83,36,127); }
H1.HeaderClassName
{
color: #53247F;
}
.AnyTagClassName
{
color: #53247F;
}
</style>
background-color css
<style>
a { background-color: #53247F; }
a { background-color: rgb(83,36,127); }
div.DivClassName
{
background-color: #53247F;
}
.BgClassName
{
background-color: #53247F;
}
</style>
border-color css
<style>
span { border-color: #53247F; }
span { border-color: rgb(83,36,127); }
td.TdClassName
{
border-color: #53247F;
}
.TagClassName
{
border-color: #53247F;
}
</style>