Shades of Kingfisher Daisy #552C7C
Tints of Kingfisher Daisy #552C7C
RGB
CMYK
RGB Variations
Color information
#552C7C (or 0x552C7C) is known color: Kingfisher Daisy. HEX triplet: 55, 2C and 7C. RGB value is (85,44,124). Sum of RGB (Red+Green+Blue) = 85+44+124=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #552C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C7C is #AAD383. Grayscale: #414141. Windows color (decimal): -11195268 or 8137813. OLE color: 8137813.
HSL color Cylindrical-coordinate representation of color #552C7C: hue angle of 270.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552C7C is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 44 | 124 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.51 |
| HSL | 270.75º | 0.48% | 0.33% | - |
| HSV(B) | 270.75º | 0.65% | 0.49% | - |
| XYZ | 8.29 | 5.19 | 19.63 | - |
| YUV | 65.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 124 | 0.31 | 0.65 | 0 | 0.51 | 270.75 | 0.48 | 0.33 |
| Hex | 55 | 2C | 7C | 1F | 41 | 0 | 33 | 10F | 30 | 21 |
| Octal | 125 | 54 | 174 | 37 | 101 | 0 | 63 | 417 | 60 | 41 |
| Binary | 1010101 | 101100 | 1111100 | 11111 | 1000001 | 0 | 110011 | 100001111 | 110000 | 100001 |
Color Harmonies of #552C7C
Complementary color
Monochromatic Colors of #552C7C
Black with #552C7C
Text Example
Text Example
White with #552C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C7C; }
p { color: rgb(85,44,124); }
H1.HeaderClassName
{
color: #552C7C;
}
.AnyTagClassName
{
color: #552C7C;
}
</style>
background-color css
<style>
a { background-color: #552C7C; }
a { background-color: rgb(85,44,124); }
div.DivClassName
{
background-color: #552C7C;
}
.BgClassName
{
background-color: #552C7C;
}
</style>
border-color css
<style>
span { border-color: #552C7C; }
span { border-color: rgb(85,44,124); }
td.TdClassName
{
border-color: #552C7C;
}
.TagClassName
{
border-color: #552C7C;
}
</style>