Shades of Kingfisher Daisy #552C87
Tints of Kingfisher Daisy #552C87
RGB
CMYK
RGB Variations
Color information
#552C87 (or 0x552C87) is known color: Kingfisher Daisy. HEX triplet: 55, 2C and 87. RGB value is (85,44,135). Sum of RGB (Red+Green+Blue) = 85+44+135=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #552C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C87 is #AAD378. Grayscale: #424242. Windows color (decimal): -11195257 or 8858709. OLE color: 8858709.
HSL color Cylindrical-coordinate representation of color #552C87: hue angle of 267.03º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552C87 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 44 | 135 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.47 |
| HSL | 267.03º | 0.51% | 0.35% | - |
| HSV(B) | 267.03º | 0.67% | 0.53% | - |
| XYZ | 9.02 | 5.48 | 23.5 | - |
| YUV | 66.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 135 | 0.37 | 0.67 | 0 | 0.47 | 267.03 | 0.51 | 0.35 |
| Hex | 55 | 2C | 87 | 25 | 43 | 0 | 2F | 10B | 33 | 23 |
| Octal | 125 | 54 | 207 | 45 | 103 | 0 | 57 | 413 | 63 | 43 |
| Binary | 1010101 | 101100 | 10000111 | 100101 | 1000011 | 0 | 101111 | 100001011 | 110011 | 100011 |
Color Harmonies of #552C87
Complementary color
Monochromatic Colors of #552C87
Black with #552C87
Text Example
Text Example
White with #552C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C87; }
p { color: rgb(85,44,135); }
H1.HeaderClassName
{
color: #552C87;
}
.AnyTagClassName
{
color: #552C87;
}
</style>
background-color css
<style>
a { background-color: #552C87; }
a { background-color: rgb(85,44,135); }
div.DivClassName
{
background-color: #552C87;
}
.BgClassName
{
background-color: #552C87;
}
</style>
border-color css
<style>
span { border-color: #552C87; }
span { border-color: rgb(85,44,135); }
td.TdClassName
{
border-color: #552C87;
}
.TagClassName
{
border-color: #552C87;
}
</style>