Shades of Kingfisher Daisy #55357E
Tints of Kingfisher Daisy #55357E
RGB
CMYK
RGB Variations
Color information
#55357E (or 0x55357E) is known color: Kingfisher Daisy. HEX triplet: 55, 35 and 7E. RGB value is (85,53,126). Sum of RGB (Red+Green+Blue) = 85+53+126=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #55357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55357E is #AACA81. Grayscale: #464646. Windows color (decimal): -11192962 or 8271189. OLE color: 8271189.
HSL color Cylindrical-coordinate representation of color #55357E: hue angle of 266.3º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55357E is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 53 | 126 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.51 |
| HSL | 266.3º | 0.41% | 0.35% | - |
| HSV(B) | 266.3º | 0.58% | 0.49% | - |
| XYZ | 8.79 | 5.98 | 20.43 | - |
| YUV | 70.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 126 | 0.33 | 0.58 | 0 | 0.51 | 266.3 | 0.41 | 0.35 |
| Hex | 55 | 35 | 7E | 21 | 3A | 0 | 33 | 10A | 29 | 23 |
| Octal | 125 | 65 | 176 | 41 | 72 | 0 | 63 | 412 | 51 | 43 |
| Binary | 1010101 | 110101 | 1111110 | 100001 | 111010 | 0 | 110011 | 100001010 | 101001 | 100011 |
Color Harmonies of #55357E
Complementary color
Monochromatic Colors of #55357E
Black with #55357E
Text Example
Text Example
White with #55357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55357E; }
p { color: rgb(85,53,126); }
H1.HeaderClassName
{
color: #55357E;
}
.AnyTagClassName
{
color: #55357E;
}
</style>
background-color css
<style>
a { background-color: #55357E; }
a { background-color: rgb(85,53,126); }
div.DivClassName
{
background-color: #55357E;
}
.BgClassName
{
background-color: #55357E;
}
</style>
border-color css
<style>
span { border-color: #55357E; }
span { border-color: rgb(85,53,126); }
td.TdClassName
{
border-color: #55357E;
}
.TagClassName
{
border-color: #55357E;
}
</style>