Shades of Kingfisher Daisy #552884
Tints of Kingfisher Daisy #552884
RGB
CMYK
RGB Variations
Color information
#552884 (or 0x552884) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 84. RGB value is (85,40,132). Sum of RGB (Red+Green+Blue) = 85+40+132=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #552884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552884 is #AAD77B. Grayscale: #3F3F3F. Windows color (decimal): -11196284 or 8661077. OLE color: 8661077.
HSL color Cylindrical-coordinate representation of color #552884: hue angle of 269.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552884 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 40 | 132 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.48 |
| HSL | 269.35º | 0.53% | 0.34% | - |
| HSV(B) | 269.35º | 0.7% | 0.52% | - |
| XYZ | 8.67 | 5.11 | 22.36 | - |
| YUV | 63.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 132 | 0.36 | 0.70 | 0 | 0.48 | 269.35 | 0.53 | 0.34 |
| Hex | 55 | 28 | 84 | 24 | 46 | 0 | 30 | 10D | 35 | 22 |
| Octal | 125 | 50 | 204 | 44 | 106 | 0 | 60 | 415 | 65 | 42 |
| Binary | 1010101 | 101000 | 10000100 | 100100 | 1000110 | 0 | 110000 | 100001101 | 110101 | 100010 |
Color Harmonies of #552884
Complementary color
Monochromatic Colors of #552884
Black with #552884
Text Example
Text Example
White with #552884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552884; }
p { color: rgb(85,40,132); }
H1.HeaderClassName
{
color: #552884;
}
.AnyTagClassName
{
color: #552884;
}
</style>
background-color css
<style>
a { background-color: #552884; }
a { background-color: rgb(85,40,132); }
div.DivClassName
{
background-color: #552884;
}
.BgClassName
{
background-color: #552884;
}
</style>
border-color css
<style>
span { border-color: #552884; }
span { border-color: rgb(85,40,132); }
td.TdClassName
{
border-color: #552884;
}
.TagClassName
{
border-color: #552884;
}
</style>