Shades of Kingfisher Daisy #55377E
Tints of Kingfisher Daisy #55377E
RGB
CMYK
RGB Variations
Color information
#55377E (or 0x55377E) is known color: Kingfisher Daisy. HEX triplet: 55, 37 and 7E. RGB value is (85,55,126). Sum of RGB (Red+Green+Blue) = 85+55+126=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #55377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55377E is #AAC881. Grayscale: #474747. Windows color (decimal): -11192450 or 8271701. OLE color: 8271701.
HSL color Cylindrical-coordinate representation of color #55377E: hue angle of 265.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55377E is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 55 | 126 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.51 |
| HSL | 265.35º | 0.39% | 0.35% | - |
| HSV(B) | 265.35º | 0.56% | 0.49% | - |
| XYZ | 8.88 | 6.17 | 20.46 | - |
| YUV | 72.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 126 | 0.33 | 0.56 | 0 | 0.51 | 265.35 | 0.39 | 0.35 |
| Hex | 55 | 37 | 7E | 21 | 38 | 0 | 33 | 109 | 27 | 23 |
| Octal | 125 | 67 | 176 | 41 | 70 | 0 | 63 | 411 | 47 | 43 |
| Binary | 1010101 | 110111 | 1111110 | 100001 | 111000 | 0 | 110011 | 100001001 | 100111 | 100011 |
Color Harmonies of #55377E
Complementary color
Monochromatic Colors of #55377E
Black with #55377E
Text Example
Text Example
White with #55377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55377E; }
p { color: rgb(85,55,126); }
H1.HeaderClassName
{
color: #55377E;
}
.AnyTagClassName
{
color: #55377E;
}
</style>
background-color css
<style>
a { background-color: #55377E; }
a { background-color: rgb(85,55,126); }
div.DivClassName
{
background-color: #55377E;
}
.BgClassName
{
background-color: #55377E;
}
</style>
border-color css
<style>
span { border-color: #55377E; }
span { border-color: rgb(85,55,126); }
td.TdClassName
{
border-color: #55377E;
}
.TagClassName
{
border-color: #55377E;
}
</style>