Shades of Kingfisher Daisy #55298D
Tints of Kingfisher Daisy #55298D
RGB
CMYK
RGB Variations
Color information
#55298D (or 0x55298D) is known color: Kingfisher Daisy. HEX triplet: 55, 29 and 8D. RGB value is (85,41,141). Sum of RGB (Red+Green+Blue) = 85+41+141=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #55298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55298D is #AAD672. Grayscale: #414141. Windows color (decimal): -11196019 or 9251157. OLE color: 9251157.
HSL color Cylindrical-coordinate representation of color #55298D: hue angle of 266.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55298D is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 41 | 141 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.45 |
| HSL | 266.4º | 0.55% | 0.36% | - |
| HSV(B) | 266.4º | 0.71% | 0.55% | - |
| XYZ | 9.35 | 5.44 | 25.76 | - |
| YUV | 65.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 141 | 0.40 | 0.71 | 0 | 0.45 | 266.4 | 0.55 | 0.36 |
| Hex | 55 | 29 | 8D | 28 | 47 | 0 | 2D | 10A | 37 | 24 |
| Octal | 125 | 51 | 215 | 50 | 107 | 0 | 55 | 412 | 67 | 44 |
| Binary | 1010101 | 101001 | 10001101 | 101000 | 1000111 | 0 | 101101 | 100001010 | 110111 | 100100 |
Color Harmonies of #55298D
Complementary color
Monochromatic Colors of #55298D
Black with #55298D
Text Example
Text Example
White with #55298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55298D; }
p { color: rgb(85,41,141); }
H1.HeaderClassName
{
color: #55298D;
}
.AnyTagClassName
{
color: #55298D;
}
</style>
background-color css
<style>
a { background-color: #55298D; }
a { background-color: rgb(85,41,141); }
div.DivClassName
{
background-color: #55298D;
}
.BgClassName
{
background-color: #55298D;
}
</style>
border-color css
<style>
span { border-color: #55298D; }
span { border-color: rgb(85,41,141); }
td.TdClassName
{
border-color: #55298D;
}
.TagClassName
{
border-color: #55298D;
}
</style>