Shades of Kingfisher Daisy #54288C
Tints of Kingfisher Daisy #54288C
RGB
CMYK
RGB Variations
Color information
#54288C (or 0x54288C) is known color: Kingfisher Daisy. HEX triplet: 54, 28 and 8C. RGB value is (84,40,140). Sum of RGB (Red+Green+Blue) = 84+40+140=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #54288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54288C is #ABD773. Grayscale: #404040. Windows color (decimal): -11261812 or 9185364. OLE color: 9185364.
HSL color Cylindrical-coordinate representation of color #54288C: hue angle of 266.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54288C is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 40 | 140 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.45 |
| HSL | 266.4º | 0.56% | 0.35% | - |
| HSV(B) | 266.4º | 0.71% | 0.55% | - |
| XYZ | 9.15 | 5.3 | 25.35 | - |
| YUV | 64.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 140 | 0.4 | 0.71 | 0 | 0.45 | 266.4 | 0.56 | 0.35 |
| Hex | 54 | 28 | 8C | 28 | 47 | 0 | 2D | 10A | 38 | 23 |
| Octal | 124 | 50 | 214 | 50 | 107 | 0 | 55 | 412 | 70 | 43 |
| Binary | 1010100 | 101000 | 10001100 | 101000 | 1000111 | 0 | 101101 | 100001010 | 111000 | 100011 |
Color Harmonies of #54288C
Complementary color
Monochromatic Colors of #54288C
Black with #54288C
Text Example
Text Example
White with #54288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54288C; }
p { color: rgb(84,40,140); }
H1.HeaderClassName
{
color: #54288C;
}
.AnyTagClassName
{
color: #54288C;
}
</style>
background-color css
<style>
a { background-color: #54288C; }
a { background-color: rgb(84,40,140); }
div.DivClassName
{
background-color: #54288C;
}
.BgClassName
{
background-color: #54288C;
}
</style>
border-color css
<style>
span { border-color: #54288C; }
span { border-color: rgb(84,40,140); }
td.TdClassName
{
border-color: #54288C;
}
.TagClassName
{
border-color: #54288C;
}
</style>