Shades of Kingfisher Daisy #55228D
Tints of Kingfisher Daisy #55228D
RGB
CMYK
RGB Variations
Color information
#55228D (or 0x55228D) is known color: Kingfisher Daisy. HEX triplet: 55, 22 and 8D. RGB value is (85,34,141). Sum of RGB (Red+Green+Blue) = 85+34+141=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #55228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55228D is #AADD72. Grayscale: #3D3D3D. Windows color (decimal): -11197811 or 9249365. OLE color: 9249365.
HSL color Cylindrical-coordinate representation of color #55228D: hue angle of 268.6º 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 #55228D is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 34 | 141 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.45 |
| HSL | 268.6º | 0.61% | 0.34% | - |
| HSV(B) | 268.6º | 0.76% | 0.55% | - |
| XYZ | 9.13 | 5 | 25.68 | - |
| YUV | 61.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 141 | 0.40 | 0.76 | 0 | 0.45 | 268.6 | 0.61 | 0.34 |
| Hex | 55 | 22 | 8D | 28 | 4C | 0 | 2D | 10D | 3D | 22 |
| Octal | 125 | 42 | 215 | 50 | 114 | 0 | 55 | 415 | 75 | 42 |
| Binary | 1010101 | 100010 | 10001101 | 101000 | 1001100 | 0 | 101101 | 100001101 | 111101 | 100010 |
Color Harmonies of #55228D
Complementary color
Monochromatic Colors of #55228D
Black with #55228D
Text Example
Text Example
White with #55228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55228D; }
p { color: rgb(85,34,141); }
H1.HeaderClassName
{
color: #55228D;
}
.AnyTagClassName
{
color: #55228D;
}
</style>
background-color css
<style>
a { background-color: #55228D; }
a { background-color: rgb(85,34,141); }
div.DivClassName
{
background-color: #55228D;
}
.BgClassName
{
background-color: #55228D;
}
</style>
border-color css
<style>
span { border-color: #55228D; }
span { border-color: rgb(85,34,141); }
td.TdClassName
{
border-color: #55228D;
}
.TagClassName
{
border-color: #55228D;
}
</style>