Shades of Kingfisher Daisy #552C89
Tints of Kingfisher Daisy #552C89
RGB
CMYK
RGB Variations
Color information
#552C89 (or 0x552C89) is known color: Kingfisher Daisy. HEX triplet: 55, 2C and 89. RGB value is (85,44,137). Sum of RGB (Red+Green+Blue) = 85+44+137=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #552C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C89 is #AAD376. Grayscale: #424242. Windows color (decimal): -11195255 or 8989781. OLE color: 8989781.
HSL color Cylindrical-coordinate representation of color #552C89: hue angle of 266.45º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552C89 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 44 | 137 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.46 |
| HSL | 266.45º | 0.51% | 0.35% | - |
| HSV(B) | 266.45º | 0.68% | 0.54% | - |
| XYZ | 9.16 | 5.54 | 24.25 | - |
| YUV | 66.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 137 | 0.38 | 0.68 | 0 | 0.46 | 266.45 | 0.51 | 0.35 |
| Hex | 55 | 2C | 89 | 26 | 44 | 0 | 2E | 10A | 33 | 23 |
| Octal | 125 | 54 | 211 | 46 | 104 | 0 | 56 | 412 | 63 | 43 |
| Binary | 1010101 | 101100 | 10001001 | 100110 | 1000100 | 0 | 101110 | 100001010 | 110011 | 100011 |
Color Harmonies of #552C89
Complementary color
Monochromatic Colors of #552C89
Black with #552C89
Text Example
Text Example
White with #552C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C89; }
p { color: rgb(85,44,137); }
H1.HeaderClassName
{
color: #552C89;
}
.AnyTagClassName
{
color: #552C89;
}
</style>
background-color css
<style>
a { background-color: #552C89; }
a { background-color: rgb(85,44,137); }
div.DivClassName
{
background-color: #552C89;
}
.BgClassName
{
background-color: #552C89;
}
</style>
border-color css
<style>
span { border-color: #552C89; }
span { border-color: rgb(85,44,137); }
td.TdClassName
{
border-color: #552C89;
}
.TagClassName
{
border-color: #552C89;
}
</style>