Shades of Kingfisher Daisy #552C7D
Tints of Kingfisher Daisy #552C7D
RGB
CMYK
RGB Variations
Color information
#552C7D (or 0x552C7D) is known color: Kingfisher Daisy. HEX triplet: 55, 2C and 7D. RGB value is (85,44,125). Sum of RGB (Red+Green+Blue) = 85+44+125=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #552C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C7D is #AAD382. Grayscale: #414141. Windows color (decimal): -11195267 or 8203349. OLE color: 8203349.
HSL color Cylindrical-coordinate representation of color #552C7D: hue angle of 270.37º 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 #552C7D is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 44 | 125 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.51 |
| HSL | 270.37º | 0.48% | 0.33% | - |
| HSV(B) | 270.37º | 0.65% | 0.49% | - |
| XYZ | 8.35 | 5.21 | 19.97 | - |
| YUV | 65.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 125 | 0.32 | 0.65 | 0 | 0.51 | 270.37 | 0.48 | 0.33 |
| Hex | 55 | 2C | 7D | 20 | 41 | 0 | 33 | 10E | 30 | 21 |
| Octal | 125 | 54 | 175 | 40 | 101 | 0 | 63 | 416 | 60 | 41 |
| Binary | 1010101 | 101100 | 1111101 | 100000 | 1000001 | 0 | 110011 | 100001110 | 110000 | 100001 |
Color Harmonies of #552C7D
Complementary color
Monochromatic Colors of #552C7D
Black with #552C7D
Text Example
Text Example
White with #552C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C7D; }
p { color: rgb(85,44,125); }
H1.HeaderClassName
{
color: #552C7D;
}
.AnyTagClassName
{
color: #552C7D;
}
</style>
background-color css
<style>
a { background-color: #552C7D; }
a { background-color: rgb(85,44,125); }
div.DivClassName
{
background-color: #552C7D;
}
.BgClassName
{
background-color: #552C7D;
}
</style>
border-color css
<style>
span { border-color: #552C7D; }
span { border-color: rgb(85,44,125); }
td.TdClassName
{
border-color: #552C7D;
}
.TagClassName
{
border-color: #552C7D;
}
</style>