Shades of Kingfisher Daisy #55227E
Tints of Kingfisher Daisy #55227E
RGB
CMYK
RGB Variations
Color information
#55227E (or 0x55227E) is known color: Kingfisher Daisy. HEX triplet: 55, 22 and 7E. RGB value is (85,34,126). Sum of RGB (Red+Green+Blue) = 85+34+126=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #55227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55227E is #AADD81. Grayscale: #3B3B3B. Windows color (decimal): -11197826 or 8266325. OLE color: 8266325.
HSL color Cylindrical-coordinate representation of color #55227E: hue angle of 273.26º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55227E is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 34 | 126 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.51 |
| HSL | 273.26º | 0.58% | 0.31% | - |
| HSV(B) | 273.26º | 0.73% | 0.49% | - |
| XYZ | 8.08 | 4.58 | 20.2 | - |
| YUV | 59.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 126 | 0.33 | 0.73 | 0 | 0.51 | 273.26 | 0.58 | 0.31 |
| Hex | 55 | 22 | 7E | 21 | 49 | 0 | 33 | 111 | 3A | 1F |
| Octal | 125 | 42 | 176 | 41 | 111 | 0 | 63 | 421 | 72 | 37 |
| Binary | 1010101 | 100010 | 1111110 | 100001 | 1001001 | 0 | 110011 | 100010001 | 111010 | 11111 |
Color Harmonies of #55227E
Complementary color
Monochromatic Colors of #55227E
Black with #55227E
Text Example
Text Example
White with #55227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55227E; }
p { color: rgb(85,34,126); }
H1.HeaderClassName
{
color: #55227E;
}
.AnyTagClassName
{
color: #55227E;
}
</style>
background-color css
<style>
a { background-color: #55227E; }
a { background-color: rgb(85,34,126); }
div.DivClassName
{
background-color: #55227E;
}
.BgClassName
{
background-color: #55227E;
}
</style>
border-color css
<style>
span { border-color: #55227E; }
span { border-color: rgb(85,34,126); }
td.TdClassName
{
border-color: #55227E;
}
.TagClassName
{
border-color: #55227E;
}
</style>