Shades of Kingfisher Daisy #57327C
Tints of Kingfisher Daisy #57327C
RGB
CMYK
RGB Variations
Color information
#57327C (or 0x57327C) is known color: Kingfisher Daisy. HEX triplet: 57, 32 and 7C. RGB value is (87,50,124). Sum of RGB (Red+Green+Blue) = 87+50+124=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #57327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57327C is #A8CD83. Grayscale: #454545. Windows color (decimal): -11062660 or 8139351. OLE color: 8139351.
HSL color Cylindrical-coordinate representation of color #57327C: hue angle of 270º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57327C is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 50 | 124 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.51 |
| HSL | 270º | 0.43% | 0.34% | - |
| HSV(B) | 270º | 0.6% | 0.49% | - |
| XYZ | 8.71 | 5.76 | 19.72 | - |
| YUV | 69.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 124 | 0.30 | 0.60 | 0 | 0.51 | 270 | 0.43 | 0.34 |
| Hex | 57 | 32 | 7C | 1E | 3C | 0 | 33 | 10E | 2B | 22 |
| Octal | 127 | 62 | 174 | 36 | 74 | 0 | 63 | 416 | 53 | 42 |
| Binary | 1010111 | 110010 | 1111100 | 11110 | 111100 | 0 | 110011 | 100001110 | 101011 | 100010 |
Color Harmonies of #57327C
Complementary color
Monochromatic Colors of #57327C
Black with #57327C
Text Example
Text Example
White with #57327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57327C; }
p { color: rgb(87,50,124); }
H1.HeaderClassName
{
color: #57327C;
}
.AnyTagClassName
{
color: #57327C;
}
</style>
background-color css
<style>
a { background-color: #57327C; }
a { background-color: rgb(87,50,124); }
div.DivClassName
{
background-color: #57327C;
}
.BgClassName
{
background-color: #57327C;
}
</style>
border-color css
<style>
span { border-color: #57327C; }
span { border-color: rgb(87,50,124); }
td.TdClassName
{
border-color: #57327C;
}
.TagClassName
{
border-color: #57327C;
}
</style>