Shades of Kingfisher Daisy #552C90
Tints of Kingfisher Daisy #552C90
RGB
CMYK
RGB Variations
Color information
#552C90 (or 0x552C90) is known color: Kingfisher Daisy. HEX triplet: 55, 2C and 90. RGB value is (85,44,144). Sum of RGB (Red+Green+Blue) = 85+44+144=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #552C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C90 is #AAD36F. Grayscale: #434343. Windows color (decimal): -11195248 or 9448533. OLE color: 9448533.
HSL color Cylindrical-coordinate representation of color #552C90: hue angle of 264.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552C90 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 44 | 144 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.44 |
| HSL | 264.6º | 0.53% | 0.37% | - |
| HSV(B) | 264.6º | 0.69% | 0.56% | - |
| XYZ | 9.68 | 5.75 | 26.98 | - |
| YUV | 67.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 144 | 0.41 | 0.69 | 0 | 0.44 | 264.6 | 0.53 | 0.37 |
| Hex | 55 | 2C | 90 | 29 | 45 | 0 | 2C | 109 | 35 | 25 |
| Octal | 125 | 54 | 220 | 51 | 105 | 0 | 54 | 411 | 65 | 45 |
| Binary | 1010101 | 101100 | 10010000 | 101001 | 1000101 | 0 | 101100 | 100001001 | 110101 | 100101 |
Color Harmonies of #552C90
Complementary color
Monochromatic Colors of #552C90
Black with #552C90
Text Example
Text Example
White with #552C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C90; }
p { color: rgb(85,44,144); }
H1.HeaderClassName
{
color: #552C90;
}
.AnyTagClassName
{
color: #552C90;
}
</style>
background-color css
<style>
a { background-color: #552C90; }
a { background-color: rgb(85,44,144); }
div.DivClassName
{
background-color: #552C90;
}
.BgClassName
{
background-color: #552C90;
}
</style>
border-color css
<style>
span { border-color: #552C90; }
span { border-color: rgb(85,44,144); }
td.TdClassName
{
border-color: #552C90;
}
.TagClassName
{
border-color: #552C90;
}
</style>