Shades of Kingfisher Daisy #55227D
Tints of Kingfisher Daisy #55227D
RGB
CMYK
RGB Variations
Color information
#55227D (or 0x55227D) is known color: Kingfisher Daisy. HEX triplet: 55, 22 and 7D. RGB value is (85,34,125). Sum of RGB (Red+Green+Blue) = 85+34+125=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #55227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55227D is #AADD82. Grayscale: #3B3B3B. Windows color (decimal): -11197827 or 8200789. OLE color: 8200789.
HSL color Cylindrical-coordinate representation of color #55227D: hue angle of 273.63º 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 #55227D is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 34 | 125 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.51 |
| HSL | 273.63º | 0.57% | 0.31% | - |
| HSV(B) | 273.63º | 0.73% | 0.49% | - |
| XYZ | 8.02 | 4.56 | 19.86 | - |
| YUV | 59.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 125 | 0.32 | 0.73 | 0 | 0.51 | 273.63 | 0.57 | 0.31 |
| Hex | 55 | 22 | 7D | 20 | 49 | 0 | 33 | 112 | 39 | 1F |
| Octal | 125 | 42 | 175 | 40 | 111 | 0 | 63 | 422 | 71 | 37 |
| Binary | 1010101 | 100010 | 1111101 | 100000 | 1001001 | 0 | 110011 | 100010010 | 111001 | 11111 |
Color Harmonies of #55227D
Complementary color
Monochromatic Colors of #55227D
Black with #55227D
Text Example
Text Example
White with #55227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55227D; }
p { color: rgb(85,34,125); }
H1.HeaderClassName
{
color: #55227D;
}
.AnyTagClassName
{
color: #55227D;
}
</style>
background-color css
<style>
a { background-color: #55227D; }
a { background-color: rgb(85,34,125); }
div.DivClassName
{
background-color: #55227D;
}
.BgClassName
{
background-color: #55227D;
}
</style>
border-color css
<style>
span { border-color: #55227D; }
span { border-color: rgb(85,34,125); }
td.TdClassName
{
border-color: #55227D;
}
.TagClassName
{
border-color: #55227D;
}
</style>