Shades of Kingfisher Daisy #54287C
Tints of Kingfisher Daisy #54287C
RGB
CMYK
RGB Variations
Color information
#54287C (or 0x54287C) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 7C. RGB value is (84,40,124). Sum of RGB (Red+Green+Blue) = 84+40+124=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #54287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54287C is #ABD783. Grayscale: #3E3E3E. Windows color (decimal): -11261828 or 8136788. OLE color: 8136788.
HSL color Cylindrical-coordinate representation of color #54287C: hue angle of 271.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54287C is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 40 | 124 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.51 |
| HSL | 271.43º | 0.51% | 0.32% | - |
| HSV(B) | 271.43º | 0.68% | 0.49% | - |
| XYZ | 8.05 | 4.86 | 19.58 | - |
| YUV | 62.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 124 | 0.32 | 0.68 | 0 | 0.51 | 271.43 | 0.51 | 0.32 |
| Hex | 54 | 28 | 7C | 20 | 44 | 0 | 33 | 10F | 33 | 20 |
| Octal | 124 | 50 | 174 | 40 | 104 | 0 | 63 | 417 | 63 | 40 |
| Binary | 1010100 | 101000 | 1111100 | 100000 | 1000100 | 0 | 110011 | 100001111 | 110011 | 100000 |
Color Harmonies of #54287C
Complementary color
Monochromatic Colors of #54287C
Black with #54287C
Text Example
Text Example
White with #54287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54287C; }
p { color: rgb(84,40,124); }
H1.HeaderClassName
{
color: #54287C;
}
.AnyTagClassName
{
color: #54287C;
}
</style>
background-color css
<style>
a { background-color: #54287C; }
a { background-color: rgb(84,40,124); }
div.DivClassName
{
background-color: #54287C;
}
.BgClassName
{
background-color: #54287C;
}
</style>
border-color css
<style>
span { border-color: #54287C; }
span { border-color: rgb(84,40,124); }
td.TdClassName
{
border-color: #54287C;
}
.TagClassName
{
border-color: #54287C;
}
</style>