Shades of Kingfisher Daisy #57207C
Tints of Kingfisher Daisy #57207C
RGB
CMYK
RGB Variations
Color information
#57207C (or 0x57207C) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 7C. RGB value is (87,32,124). Sum of RGB (Red+Green+Blue) = 87+32+124=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #57207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57207C is #A8DF83. Grayscale: #3A3A3A. Windows color (decimal): -11067268 or 8134743. OLE color: 8134743.
HSL color Cylindrical-coordinate representation of color #57207C: hue angle of 275.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57207C is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 32 | 124 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.51 |
| HSL | 275.87º | 0.59% | 0.31% | - |
| HSV(B) | 275.87º | 0.74% | 0.49% | - |
| XYZ | 8.09 | 4.51 | 19.51 | - |
| YUV | 58.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 124 | 0.30 | 0.74 | 0 | 0.51 | 275.87 | 0.59 | 0.31 |
| Hex | 57 | 20 | 7C | 1E | 4A | 0 | 33 | 114 | 3B | 1F |
| Octal | 127 | 40 | 174 | 36 | 112 | 0 | 63 | 424 | 73 | 37 |
| Binary | 1010111 | 100000 | 1111100 | 11110 | 1001010 | 0 | 110011 | 100010100 | 111011 | 11111 |
Color Harmonies of #57207C
Complementary color
Monochromatic Colors of #57207C
Black with #57207C
Text Example
Text Example
White with #57207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57207C; }
p { color: rgb(87,32,124); }
H1.HeaderClassName
{
color: #57207C;
}
.AnyTagClassName
{
color: #57207C;
}
</style>
background-color css
<style>
a { background-color: #57207C; }
a { background-color: rgb(87,32,124); }
div.DivClassName
{
background-color: #57207C;
}
.BgClassName
{
background-color: #57207C;
}
</style>
border-color css
<style>
span { border-color: #57207C; }
span { border-color: rgb(87,32,124); }
td.TdClassName
{
border-color: #57207C;
}
.TagClassName
{
border-color: #57207C;
}
</style>