Shades of Kingfisher Daisy #54248F
Tints of Kingfisher Daisy #54248F
RGB
CMYK
RGB Variations
Color information
#54248F (or 0x54248F) is known color: Kingfisher Daisy. HEX triplet: 54, 24 and 8F. RGB value is (84,36,143). Sum of RGB (Red+Green+Blue) = 84+36+143=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #54248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54248F is #ABDB70. Grayscale: #3E3E3E. Windows color (decimal): -11262833 or 9380948. OLE color: 9380948.
HSL color Cylindrical-coordinate representation of color #54248F: hue angle of 266.92º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54248F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 36 | 143 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.44 |
| HSL | 266.92º | 0.6% | 0.35% | - |
| HSV(B) | 266.92º | 0.75% | 0.56% | - |
| XYZ | 9.24 | 5.13 | 26.49 | - |
| YUV | 62.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 143 | 0.41 | 0.75 | 0 | 0.44 | 266.92 | 0.6 | 0.35 |
| Hex | 54 | 24 | 8F | 29 | 4B | 0 | 2C | 10B | 3C | 23 |
| Octal | 124 | 44 | 217 | 51 | 113 | 0 | 54 | 413 | 74 | 43 |
| Binary | 1010100 | 100100 | 10001111 | 101001 | 1001011 | 0 | 101100 | 100001011 | 111100 | 100011 |
Color Harmonies of #54248F
Complementary color
Monochromatic Colors of #54248F
Black with #54248F
Text Example
Text Example
White with #54248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54248F; }
p { color: rgb(84,36,143); }
H1.HeaderClassName
{
color: #54248F;
}
.AnyTagClassName
{
color: #54248F;
}
</style>
background-color css
<style>
a { background-color: #54248F; }
a { background-color: rgb(84,36,143); }
div.DivClassName
{
background-color: #54248F;
}
.BgClassName
{
background-color: #54248F;
}
</style>
border-color css
<style>
span { border-color: #54248F; }
span { border-color: rgb(84,36,143); }
td.TdClassName
{
border-color: #54248F;
}
.TagClassName
{
border-color: #54248F;
}
</style>