Shades of Kingfisher Daisy #552D8E
Tints of Kingfisher Daisy #552D8E
RGB
CMYK
RGB Variations
Color information
#552D8E (or 0x552D8E) is known color: Kingfisher Daisy. HEX triplet: 55, 2D and 8E. RGB value is (85,45,142). Sum of RGB (Red+Green+Blue) = 85+45+142=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #552D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D8E is #AAD271. Grayscale: #434343. Windows color (decimal): -11194994 or 9317717. OLE color: 9317717.
HSL color Cylindrical-coordinate representation of color #552D8E: hue angle of 264.74º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552D8E is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 45 | 142 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.44 |
| HSL | 264.74º | 0.52% | 0.37% | - |
| HSV(B) | 264.74º | 0.68% | 0.56% | - |
| XYZ | 9.57 | 5.76 | 26.2 | - |
| YUV | 68.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 142 | 0.40 | 0.68 | 0 | 0.44 | 264.74 | 0.52 | 0.37 |
| Hex | 55 | 2D | 8E | 28 | 44 | 0 | 2C | 109 | 34 | 25 |
| Octal | 125 | 55 | 216 | 50 | 104 | 0 | 54 | 411 | 64 | 45 |
| Binary | 1010101 | 101101 | 10001110 | 101000 | 1000100 | 0 | 101100 | 100001001 | 110100 | 100101 |
Color Harmonies of #552D8E
Complementary color
Monochromatic Colors of #552D8E
Black with #552D8E
Text Example
Text Example
White with #552D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D8E; }
p { color: rgb(85,45,142); }
H1.HeaderClassName
{
color: #552D8E;
}
.AnyTagClassName
{
color: #552D8E;
}
</style>
background-color css
<style>
a { background-color: #552D8E; }
a { background-color: rgb(85,45,142); }
div.DivClassName
{
background-color: #552D8E;
}
.BgClassName
{
background-color: #552D8E;
}
</style>
border-color css
<style>
span { border-color: #552D8E; }
span { border-color: rgb(85,45,142); }
td.TdClassName
{
border-color: #552D8E;
}
.TagClassName
{
border-color: #552D8E;
}
</style>