Shades of Kingfisher Daisy #54288E
Tints of Kingfisher Daisy #54288E
RGB
CMYK
RGB Variations
Color information
#54288E (or 0x54288E) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 8E. RGB value is (84,40,142). Sum of RGB (Red+Green+Blue) = 84+40+142=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #54288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54288E is #ABD771. Grayscale: #404040. Windows color (decimal): -11261810 or 9316436. OLE color: 9316436.
HSL color Cylindrical-coordinate representation of color #54288E: hue angle of 265.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54288E is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 40 | 142 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.44 |
| HSL | 265.88º | 0.56% | 0.36% | - |
| HSV(B) | 265.88º | 0.72% | 0.56% | - |
| XYZ | 9.3 | 5.36 | 26.13 | - |
| YUV | 64.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 142 | 0.41 | 0.72 | 0 | 0.44 | 265.88 | 0.56 | 0.36 |
| Hex | 54 | 28 | 8E | 29 | 48 | 0 | 2C | 10A | 38 | 24 |
| Octal | 124 | 50 | 216 | 51 | 110 | 0 | 54 | 412 | 70 | 44 |
| Binary | 1010100 | 101000 | 10001110 | 101001 | 1001000 | 0 | 101100 | 100001010 | 111000 | 100100 |
Color Harmonies of #54288E
Complementary color
Monochromatic Colors of #54288E
Black with #54288E
Text Example
Text Example
White with #54288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54288E; }
p { color: rgb(84,40,142); }
H1.HeaderClassName
{
color: #54288E;
}
.AnyTagClassName
{
color: #54288E;
}
</style>
background-color css
<style>
a { background-color: #54288E; }
a { background-color: rgb(84,40,142); }
div.DivClassName
{
background-color: #54288E;
}
.BgClassName
{
background-color: #54288E;
}
</style>
border-color css
<style>
span { border-color: #54288E; }
span { border-color: rgb(84,40,142); }
td.TdClassName
{
border-color: #54288E;
}
.TagClassName
{
border-color: #54288E;
}
</style>