Shades of Kingfisher Daisy #54247F
Tints of Kingfisher Daisy #54247F
RGB
CMYK
RGB Variations
Color information
#54247F (or 0x54247F) is known color: Kingfisher Daisy. HEX triplet: 54, 24 and 7F. RGB value is (84,36,127). Sum of RGB (Red+Green+Blue) = 84+36+127=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #54247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54247F is #ABDB80. Grayscale: #3C3C3C. Windows color (decimal): -11262849 or 8332372. OLE color: 8332372.
HSL color Cylindrical-coordinate representation of color #54247F: hue angle of 271.65º 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 #54247F is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 36 | 127 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.50 |
| HSL | 271.65º | 0.56% | 0.32% | - |
| HSV(B) | 271.65º | 0.72% | 0.5% | - |
| XYZ | 8.12 | 4.68 | 20.55 | - |
| YUV | 60.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 127 | 0.34 | 0.72 | 0 | 0.50 | 271.65 | 0.56 | 0.32 |
| Hex | 54 | 24 | 7F | 22 | 48 | 0 | 32 | 110 | 38 | 20 |
| Octal | 124 | 44 | 177 | 42 | 110 | 0 | 62 | 420 | 70 | 40 |
| Binary | 1010100 | 100100 | 1111111 | 100010 | 1001000 | 0 | 110010 | 100010000 | 111000 | 100000 |
Color Harmonies of #54247F
Complementary color
Monochromatic Colors of #54247F
Black with #54247F
Text Example
Text Example
White with #54247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54247F; }
p { color: rgb(84,36,127); }
H1.HeaderClassName
{
color: #54247F;
}
.AnyTagClassName
{
color: #54247F;
}
</style>
background-color css
<style>
a { background-color: #54247F; }
a { background-color: rgb(84,36,127); }
div.DivClassName
{
background-color: #54247F;
}
.BgClassName
{
background-color: #54247F;
}
</style>
border-color css
<style>
span { border-color: #54247F; }
span { border-color: rgb(84,36,127); }
td.TdClassName
{
border-color: #54247F;
}
.TagClassName
{
border-color: #54247F;
}
</style>