Shades of Kingfisher Daisy #55208F
Tints of Kingfisher Daisy #55208F
RGB
CMYK
RGB Variations
Color information
#55208F (or 0x55208F) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 8F. RGB value is (85,32,143). Sum of RGB (Red+Green+Blue) = 85+32+143=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #55208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55208F is #AADF70. Grayscale: #3C3C3C. Windows color (decimal): -11198321 or 9379925. OLE color: 9379925.
HSL color Cylindrical-coordinate representation of color #55208F: hue angle of 268.65º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55208F is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 32 | 143 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.44 |
| HSL | 268.65º | 0.63% | 0.34% | - |
| HSV(B) | 268.65º | 0.78% | 0.56% | - |
| XYZ | 9.22 | 4.95 | 26.46 | - |
| YUV | 60.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 143 | 0.41 | 0.78 | 0 | 0.44 | 268.65 | 0.63 | 0.34 |
| Hex | 55 | 20 | 8F | 29 | 4E | 0 | 2C | 10D | 3F | 22 |
| Octal | 125 | 40 | 217 | 51 | 116 | 0 | 54 | 415 | 77 | 42 |
| Binary | 1010101 | 100000 | 10001111 | 101001 | 1001110 | 0 | 101100 | 100001101 | 111111 | 100010 |
Color Harmonies of #55208F
Complementary color
Monochromatic Colors of #55208F
Black with #55208F
Text Example
Text Example
White with #55208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55208F; }
p { color: rgb(85,32,143); }
H1.HeaderClassName
{
color: #55208F;
}
.AnyTagClassName
{
color: #55208F;
}
</style>
background-color css
<style>
a { background-color: #55208F; }
a { background-color: rgb(85,32,143); }
div.DivClassName
{
background-color: #55208F;
}
.BgClassName
{
background-color: #55208F;
}
</style>
border-color css
<style>
span { border-color: #55208F; }
span { border-color: rgb(85,32,143); }
td.TdClassName
{
border-color: #55208F;
}
.TagClassName
{
border-color: #55208F;
}
</style>