Shades of Kingfisher Daisy #551C8C
Tints of Kingfisher Daisy #551C8C
RGB
CMYK
RGB Variations
Color information
#551C8C (or 0x551C8C) is known color: Kingfisher Daisy. HEX triplet: 55, 1C and 8C. RGB value is (85,28,140). Sum of RGB (Red+Green+Blue) = 85+28+140=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #551C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C8C is #AAE373. Grayscale: #393939. Windows color (decimal): -11199348 or 9182293. OLE color: 9182293.
HSL color Cylindrical-coordinate representation of color #551C8C: hue angle of 270.54º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551C8C is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 28 | 140 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.45 |
| HSL | 270.54º | 0.67% | 0.33% | - |
| HSV(B) | 270.54º | 0.8% | 0.55% | - |
| XYZ | 8.9 | 4.66 | 25.24 | - |
| YUV | 57.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 140 | 0.39 | 0.80 | 0 | 0.45 | 270.54 | 0.67 | 0.33 |
| Hex | 55 | 1C | 8C | 27 | 50 | 0 | 2D | 10F | 43 | 21 |
| Octal | 125 | 34 | 214 | 47 | 120 | 0 | 55 | 417 | 103 | 41 |
| Binary | 1010101 | 11100 | 10001100 | 100111 | 1010000 | 0 | 101101 | 100001111 | 1000011 | 100001 |
Color Harmonies of #551C8C
Complementary color
Monochromatic Colors of #551C8C
Black with #551C8C
Text Example
Text Example
White with #551C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C8C; }
p { color: rgb(85,28,140); }
H1.HeaderClassName
{
color: #551C8C;
}
.AnyTagClassName
{
color: #551C8C;
}
</style>
background-color css
<style>
a { background-color: #551C8C; }
a { background-color: rgb(85,28,140); }
div.DivClassName
{
background-color: #551C8C;
}
.BgClassName
{
background-color: #551C8C;
}
</style>
border-color css
<style>
span { border-color: #551C8C; }
span { border-color: rgb(85,28,140); }
td.TdClassName
{
border-color: #551C8C;
}
.TagClassName
{
border-color: #551C8C;
}
</style>