Shades of Kingfisher Daisy #54288D
Tints of Kingfisher Daisy #54288D
RGB
CMYK
RGB Variations
Color information
#54288D (or 0x54288D) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 8D. RGB value is (84,40,141). Sum of RGB (Red+Green+Blue) = 84+40+141=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #54288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54288D is #ABD772. Grayscale: #404040. Windows color (decimal): -11261811 or 9250900. OLE color: 9250900.
HSL color Cylindrical-coordinate representation of color #54288D: hue angle of 266.14º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54288D is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 40 | 141 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.45 |
| HSL | 266.14º | 0.56% | 0.35% | - |
| HSV(B) | 266.14º | 0.72% | 0.55% | - |
| XYZ | 9.22 | 5.33 | 25.74 | - |
| YUV | 64.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 141 | 0.40 | 0.72 | 0 | 0.45 | 266.14 | 0.56 | 0.35 |
| Hex | 54 | 28 | 8D | 28 | 48 | 0 | 2D | 10A | 38 | 23 |
| Octal | 124 | 50 | 215 | 50 | 110 | 0 | 55 | 412 | 70 | 43 |
| Binary | 1010100 | 101000 | 10001101 | 101000 | 1001000 | 0 | 101101 | 100001010 | 111000 | 100011 |
Color Harmonies of #54288D
Complementary color
Monochromatic Colors of #54288D
Black with #54288D
Text Example
Text Example
White with #54288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54288D; }
p { color: rgb(84,40,141); }
H1.HeaderClassName
{
color: #54288D;
}
.AnyTagClassName
{
color: #54288D;
}
</style>
background-color css
<style>
a { background-color: #54288D; }
a { background-color: rgb(84,40,141); }
div.DivClassName
{
background-color: #54288D;
}
.BgClassName
{
background-color: #54288D;
}
</style>
border-color css
<style>
span { border-color: #54288D; }
span { border-color: rgb(84,40,141); }
td.TdClassName
{
border-color: #54288D;
}
.TagClassName
{
border-color: #54288D;
}
</style>