Shades of Kingfisher Daisy #54228C
Tints of Kingfisher Daisy #54228C
RGB
CMYK
RGB Variations
Color information
#54228C (or 0x54228C) is known color: Kingfisher Daisy. HEX triplet: 54, 22 and 8C. RGB value is (84,34,140). Sum of RGB (Red+Green+Blue) = 84+34+140=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #54228C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54228C is #ABDD73. Grayscale: #3C3C3C. Windows color (decimal): -11263348 or 9183828. OLE color: 9183828.
HSL color Cylindrical-coordinate representation of color #54228C: hue angle of 268.3º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54228C is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 34 | 140 | - |
| CMYK | 0.4 | 0.76 | 0 | 0.45 |
| HSL | 268.3º | 0.61% | 0.34% | - |
| HSV(B) | 268.3º | 0.76% | 0.55% | - |
| XYZ | 8.96 | 4.92 | 25.29 | - |
| YUV | 61.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 140 | 0.4 | 0.76 | 0 | 0.45 | 268.3 | 0.61 | 0.34 |
| Hex | 54 | 22 | 8C | 28 | 4C | 0 | 2D | 10C | 3D | 22 |
| Octal | 124 | 42 | 214 | 50 | 114 | 0 | 55 | 414 | 75 | 42 |
| Binary | 1010100 | 100010 | 10001100 | 101000 | 1001100 | 0 | 101101 | 100001100 | 111101 | 100010 |
Color Harmonies of #54228C
Complementary color
Monochromatic Colors of #54228C
Black with #54228C
Text Example
Text Example
White with #54228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54228C; }
p { color: rgb(84,34,140); }
H1.HeaderClassName
{
color: #54228C;
}
.AnyTagClassName
{
color: #54228C;
}
</style>
background-color css
<style>
a { background-color: #54228C; }
a { background-color: rgb(84,34,140); }
div.DivClassName
{
background-color: #54228C;
}
.BgClassName
{
background-color: #54228C;
}
</style>
border-color css
<style>
span { border-color: #54228C; }
span { border-color: rgb(84,34,140); }
td.TdClassName
{
border-color: #54228C;
}
.TagClassName
{
border-color: #54228C;
}
</style>