Shades of Kingfisher Daisy #552D7C
Tints of Kingfisher Daisy #552D7C
RGB
CMYK
RGB Variations
Color information
#552D7C (or 0x552D7C) is known color: Kingfisher Daisy. HEX triplet: 55, 2D and 7C. RGB value is (85,45,124). Sum of RGB (Red+Green+Blue) = 85+45+124=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #552D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D7C is #AAD283. Grayscale: #414141. Windows color (decimal): -11195012 or 8138069. OLE color: 8138069.
HSL color Cylindrical-coordinate representation of color #552D7C: hue angle of 270.38º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #552D7C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 45 | 124 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.51 |
| HSL | 270.38º | 0.47% | 0.33% | - |
| HSV(B) | 270.38º | 0.64% | 0.49% | - |
| XYZ | 8.32 | 5.26 | 19.65 | - |
| YUV | 65.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 124 | 0.31 | 0.64 | 0 | 0.51 | 270.38 | 0.47 | 0.33 |
| Hex | 55 | 2D | 7C | 1F | 40 | 0 | 33 | 10E | 2F | 21 |
| Octal | 125 | 55 | 174 | 37 | 100 | 0 | 63 | 416 | 57 | 41 |
| Binary | 1010101 | 101101 | 1111100 | 11111 | 1000000 | 0 | 110011 | 100001110 | 101111 | 100001 |
Color Harmonies of #552D7C
Complementary color
Monochromatic Colors of #552D7C
Black with #552D7C
Text Example
Text Example
White with #552D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D7C; }
p { color: rgb(85,45,124); }
H1.HeaderClassName
{
color: #552D7C;
}
.AnyTagClassName
{
color: #552D7C;
}
</style>
background-color css
<style>
a { background-color: #552D7C; }
a { background-color: rgb(85,45,124); }
div.DivClassName
{
background-color: #552D7C;
}
.BgClassName
{
background-color: #552D7C;
}
</style>
border-color css
<style>
span { border-color: #552D7C; }
span { border-color: rgb(85,45,124); }
td.TdClassName
{
border-color: #552D7C;
}
.TagClassName
{
border-color: #552D7C;
}
</style>