Shades of Kingfisher Daisy #55298E
Tints of Kingfisher Daisy #55298E
RGB
CMYK
RGB Variations
Color information
#55298E (or 0x55298E) is known color: Kingfisher Daisy. HEX triplet: 55, 29 and 8E. RGB value is (85,41,142). Sum of RGB (Red+Green+Blue) = 85+41+142=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #55298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55298E is #AAD671. Grayscale: #414141. Windows color (decimal): -11196018 or 9316693. OLE color: 9316693.
HSL color Cylindrical-coordinate representation of color #55298E: hue angle of 266.14º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55298E is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 41 | 142 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.44 |
| HSL | 266.14º | 0.55% | 0.36% | - |
| HSV(B) | 266.14º | 0.71% | 0.56% | - |
| XYZ | 9.42 | 5.47 | 26.15 | - |
| YUV | 65.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 142 | 0.40 | 0.71 | 0 | 0.44 | 266.14 | 0.55 | 0.36 |
| Hex | 55 | 29 | 8E | 28 | 47 | 0 | 2C | 10A | 37 | 24 |
| Octal | 125 | 51 | 216 | 50 | 107 | 0 | 54 | 412 | 67 | 44 |
| Binary | 1010101 | 101001 | 10001110 | 101000 | 1000111 | 0 | 101100 | 100001010 | 110111 | 100100 |
Color Harmonies of #55298E
Complementary color
Monochromatic Colors of #55298E
Black with #55298E
Text Example
Text Example
White with #55298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55298E; }
p { color: rgb(85,41,142); }
H1.HeaderClassName
{
color: #55298E;
}
.AnyTagClassName
{
color: #55298E;
}
</style>
background-color css
<style>
a { background-color: #55298E; }
a { background-color: rgb(85,41,142); }
div.DivClassName
{
background-color: #55298E;
}
.BgClassName
{
background-color: #55298E;
}
</style>
border-color css
<style>
span { border-color: #55298E; }
span { border-color: rgb(85,41,142); }
td.TdClassName
{
border-color: #55298E;
}
.TagClassName
{
border-color: #55298E;
}
</style>