Shades of Kingfisher Daisy #55327C
Tints of Kingfisher Daisy #55327C
RGB
CMYK
RGB Variations
Color information
#55327C (or 0x55327C) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 7C. RGB value is (85,50,124). Sum of RGB (Red+Green+Blue) = 85+50+124=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #55327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55327C is #AACD83. Grayscale: #444444. Windows color (decimal): -11193732 or 8139349. OLE color: 8139349.
HSL color Cylindrical-coordinate representation of color #55327C: hue angle of 268.38º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55327C is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 50 | 124 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.51 |
| HSL | 268.38º | 0.43% | 0.34% | - |
| HSV(B) | 268.38º | 0.6% | 0.49% | - |
| XYZ | 8.53 | 5.67 | 19.71 | - |
| YUV | 68.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 124 | 0.31 | 0.60 | 0 | 0.51 | 268.38 | 0.43 | 0.34 |
| Hex | 55 | 32 | 7C | 1F | 3C | 0 | 33 | 10C | 2B | 22 |
| Octal | 125 | 62 | 174 | 37 | 74 | 0 | 63 | 414 | 53 | 42 |
| Binary | 1010101 | 110010 | 1111100 | 11111 | 111100 | 0 | 110011 | 100001100 | 101011 | 100010 |
Color Harmonies of #55327C
Complementary color
Monochromatic Colors of #55327C
Black with #55327C
Text Example
Text Example
White with #55327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55327C; }
p { color: rgb(85,50,124); }
H1.HeaderClassName
{
color: #55327C;
}
.AnyTagClassName
{
color: #55327C;
}
</style>
background-color css
<style>
a { background-color: #55327C; }
a { background-color: rgb(85,50,124); }
div.DivClassName
{
background-color: #55327C;
}
.BgClassName
{
background-color: #55327C;
}
</style>
border-color css
<style>
span { border-color: #55327C; }
span { border-color: rgb(85,50,124); }
td.TdClassName
{
border-color: #55327C;
}
.TagClassName
{
border-color: #55327C;
}
</style>