Shades of Kingfisher Daisy #55287C
Tints of Kingfisher Daisy #55287C
RGB
CMYK
RGB Variations
Color information
#55287C (or 0x55287C) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 7C. RGB value is (85,40,124). Sum of RGB (Red+Green+Blue) = 85+40+124=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #55287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55287C is #AAD783. Grayscale: #3E3E3E. Windows color (decimal): -11196292 or 8136789. OLE color: 8136789.
HSL color Cylindrical-coordinate representation of color #55287C: hue angle of 272.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55287C is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 40 | 124 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.51 |
| HSL | 272.14º | 0.51% | 0.32% | - |
| HSV(B) | 272.14º | 0.68% | 0.49% | - |
| XYZ | 8.14 | 4.9 | 19.59 | - |
| YUV | 63.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 124 | 0.31 | 0.68 | 0 | 0.51 | 272.14 | 0.51 | 0.32 |
| Hex | 55 | 28 | 7C | 1F | 44 | 0 | 33 | 110 | 33 | 20 |
| Octal | 125 | 50 | 174 | 37 | 104 | 0 | 63 | 420 | 63 | 40 |
| Binary | 1010101 | 101000 | 1111100 | 11111 | 1000100 | 0 | 110011 | 100010000 | 110011 | 100000 |
Color Harmonies of #55287C
Complementary color
Monochromatic Colors of #55287C
Black with #55287C
Text Example
Text Example
White with #55287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55287C; }
p { color: rgb(85,40,124); }
H1.HeaderClassName
{
color: #55287C;
}
.AnyTagClassName
{
color: #55287C;
}
</style>
background-color css
<style>
a { background-color: #55287C; }
a { background-color: rgb(85,40,124); }
div.DivClassName
{
background-color: #55287C;
}
.BgClassName
{
background-color: #55287C;
}
</style>
border-color css
<style>
span { border-color: #55287C; }
span { border-color: rgb(85,40,124); }
td.TdClassName
{
border-color: #55287C;
}
.TagClassName
{
border-color: #55287C;
}
</style>