Shades of Kingfisher Daisy #55277C
Tints of Kingfisher Daisy #55277C
RGB
CMYK
RGB Variations
Color information
#55277C (or 0x55277C) is known color: Kingfisher Daisy. HEX triplet: 55, 27 and 7C. RGB value is (85,39,124). Sum of RGB (Red+Green+Blue) = 85+39+124=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #55277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55277C is #AAD883. Grayscale: #3E3E3E. Windows color (decimal): -11196548 or 8136533. OLE color: 8136533.
HSL color Cylindrical-coordinate representation of color #55277C: hue angle of 272.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55277C is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 39 | 124 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.51 |
| HSL | 272.47º | 0.52% | 0.32% | - |
| HSV(B) | 272.47º | 0.69% | 0.49% | - |
| XYZ | 8.11 | 4.84 | 19.58 | - |
| YUV | 62.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 124 | 0.31 | 0.69 | 0 | 0.51 | 272.47 | 0.52 | 0.32 |
| Hex | 55 | 27 | 7C | 1F | 45 | 0 | 33 | 110 | 34 | 20 |
| Octal | 125 | 47 | 174 | 37 | 105 | 0 | 63 | 420 | 64 | 40 |
| Binary | 1010101 | 100111 | 1111100 | 11111 | 1000101 | 0 | 110011 | 100010000 | 110100 | 100000 |
Color Harmonies of #55277C
Complementary color
Monochromatic Colors of #55277C
Black with #55277C
Text Example
Text Example
White with #55277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55277C; }
p { color: rgb(85,39,124); }
H1.HeaderClassName
{
color: #55277C;
}
.AnyTagClassName
{
color: #55277C;
}
</style>
background-color css
<style>
a { background-color: #55277C; }
a { background-color: rgb(85,39,124); }
div.DivClassName
{
background-color: #55277C;
}
.BgClassName
{
background-color: #55277C;
}
</style>
border-color css
<style>
span { border-color: #55277C; }
span { border-color: rgb(85,39,124); }
td.TdClassName
{
border-color: #55277C;
}
.TagClassName
{
border-color: #55277C;
}
</style>