Shades of Kingfisher Daisy #552E89
Tints of Kingfisher Daisy #552E89
RGB
CMYK
RGB Variations
Color information
#552E89 (or 0x552E89) is known color: Kingfisher Daisy. HEX triplet: 55, 2E and 89. RGB value is (85,46,137). Sum of RGB (Red+Green+Blue) = 85+46+137=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #552E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E89 is #AAD176. Grayscale: #434343. Windows color (decimal): -11194743 or 8990293. OLE color: 8990293.
HSL color Cylindrical-coordinate representation of color #552E89: hue angle of 265.71º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552E89 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 46 | 137 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.46 |
| HSL | 265.71º | 0.5% | 0.36% | - |
| HSV(B) | 265.71º | 0.66% | 0.54% | - |
| XYZ | 9.24 | 5.69 | 24.28 | - |
| YUV | 68.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 137 | 0.38 | 0.66 | 0 | 0.46 | 265.71 | 0.5 | 0.36 |
| Hex | 55 | 2E | 89 | 26 | 42 | 0 | 2E | 10A | 32 | 24 |
| Octal | 125 | 56 | 211 | 46 | 102 | 0 | 56 | 412 | 62 | 44 |
| Binary | 1010101 | 101110 | 10001001 | 100110 | 1000010 | 0 | 101110 | 100001010 | 110010 | 100100 |
Color Harmonies of #552E89
Complementary color
Monochromatic Colors of #552E89
Black with #552E89
Text Example
Text Example
White with #552E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E89; }
p { color: rgb(85,46,137); }
H1.HeaderClassName
{
color: #552E89;
}
.AnyTagClassName
{
color: #552E89;
}
</style>
background-color css
<style>
a { background-color: #552E89; }
a { background-color: rgb(85,46,137); }
div.DivClassName
{
background-color: #552E89;
}
.BgClassName
{
background-color: #552E89;
}
</style>
border-color css
<style>
span { border-color: #552E89; }
span { border-color: rgb(85,46,137); }
td.TdClassName
{
border-color: #552E89;
}
.TagClassName
{
border-color: #552E89;
}
</style>