Shades of Kingfisher Daisy #55218C
Tints of Kingfisher Daisy #55218C
RGB
CMYK
RGB Variations
Color information
#55218C (or 0x55218C) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 8C. RGB value is (85,33,140). Sum of RGB (Red+Green+Blue) = 85+33+140=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 33 (13.28% from 255 or 12.79% 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 #55218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55218C is #AADE73. Grayscale: #3C3C3C. Windows color (decimal): -11198068 or 9183573. OLE color: 9183573.
HSL color Cylindrical-coordinate representation of color #55218C: hue angle of 269.16º degrees, saturation: 0.62, 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 #55218C is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 33 | 140 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.45 |
| HSL | 269.16º | 0.62% | 0.34% | - |
| HSV(B) | 269.16º | 0.76% | 0.55% | - |
| XYZ | 9.02 | 4.91 | 25.28 | - |
| YUV | 60.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 140 | 0.39 | 0.76 | 0 | 0.45 | 269.16 | 0.62 | 0.34 |
| Hex | 55 | 21 | 8C | 27 | 4C | 0 | 2D | 10D | 3E | 22 |
| Octal | 125 | 41 | 214 | 47 | 114 | 0 | 55 | 415 | 76 | 42 |
| Binary | 1010101 | 100001 | 10001100 | 100111 | 1001100 | 0 | 101101 | 100001101 | 111110 | 100010 |
Color Harmonies of #55218C
Complementary color
Monochromatic Colors of #55218C
Black with #55218C
Text Example
Text Example
White with #55218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55218C; }
p { color: rgb(85,33,140); }
H1.HeaderClassName
{
color: #55218C;
}
.AnyTagClassName
{
color: #55218C;
}
</style>
background-color css
<style>
a { background-color: #55218C; }
a { background-color: rgb(85,33,140); }
div.DivClassName
{
background-color: #55218C;
}
.BgClassName
{
background-color: #55218C;
}
</style>
border-color css
<style>
span { border-color: #55218C; }
span { border-color: rgb(85,33,140); }
td.TdClassName
{
border-color: #55218C;
}
.TagClassName
{
border-color: #55218C;
}
</style>