Shades of Kingfisher Daisy #57208D
Tints of Kingfisher Daisy #57208D
RGB
CMYK
RGB Variations
Color information
#57208D (or 0x57208D) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 8D. RGB value is (87,32,141). Sum of RGB (Red+Green+Blue) = 87+32+141=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #57208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57208D is #A8DF72. Grayscale: #3C3C3C. Windows color (decimal): -11067251 or 9248855. OLE color: 9248855.
HSL color Cylindrical-coordinate representation of color #57208D: hue angle of 270.28º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57208D is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 32 | 141 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.45 |
| HSL | 270.28º | 0.63% | 0.34% | - |
| HSV(B) | 270.28º | 0.77% | 0.55% | - |
| XYZ | 9.25 | 4.98 | 25.67 | - |
| YUV | 60.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 141 | 0.38 | 0.77 | 0 | 0.45 | 270.28 | 0.63 | 0.34 |
| Hex | 57 | 20 | 8D | 26 | 4D | 0 | 2D | 10E | 3F | 22 |
| Octal | 127 | 40 | 215 | 46 | 115 | 0 | 55 | 416 | 77 | 42 |
| Binary | 1010111 | 100000 | 10001101 | 100110 | 1001101 | 0 | 101101 | 100001110 | 111111 | 100010 |
Color Harmonies of #57208D
Complementary color
Monochromatic Colors of #57208D
Black with #57208D
Text Example
Text Example
White with #57208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57208D; }
p { color: rgb(87,32,141); }
H1.HeaderClassName
{
color: #57208D;
}
.AnyTagClassName
{
color: #57208D;
}
</style>
background-color css
<style>
a { background-color: #57208D; }
a { background-color: rgb(87,32,141); }
div.DivClassName
{
background-color: #57208D;
}
.BgClassName
{
background-color: #57208D;
}
</style>
border-color css
<style>
span { border-color: #57208D; }
span { border-color: rgb(87,32,141); }
td.TdClassName
{
border-color: #57208D;
}
.TagClassName
{
border-color: #57208D;
}
</style>