Shades of Kingfisher Daisy #56247D
Tints of Kingfisher Daisy #56247D
RGB
CMYK
RGB Variations
Color information
#56247D (or 0x56247D) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 7D. RGB value is (86,36,125). Sum of RGB (Red+Green+Blue) = 86+36+125=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #56247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56247D is #A9DB82. Grayscale: #3C3C3C. Windows color (decimal): -11131779 or 8201302. OLE color: 8201302.
HSL color Cylindrical-coordinate representation of color #56247D: hue angle of 273.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56247D is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 36 | 125 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.51 |
| HSL | 273.71º | 0.55% | 0.32% | - |
| HSV(B) | 273.71º | 0.71% | 0.49% | - |
| XYZ | 8.17 | 4.72 | 19.88 | - |
| YUV | 61.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 125 | 0.31 | 0.71 | 0 | 0.51 | 273.71 | 0.55 | 0.32 |
| Hex | 56 | 24 | 7D | 1F | 47 | 0 | 33 | 112 | 37 | 20 |
| Octal | 126 | 44 | 175 | 37 | 107 | 0 | 63 | 422 | 67 | 40 |
| Binary | 1010110 | 100100 | 1111101 | 11111 | 1000111 | 0 | 110011 | 100010010 | 110111 | 100000 |
Color Harmonies of #56247D
Complementary color
Monochromatic Colors of #56247D
Black with #56247D
Text Example
Text Example
White with #56247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56247D; }
p { color: rgb(86,36,125); }
H1.HeaderClassName
{
color: #56247D;
}
.AnyTagClassName
{
color: #56247D;
}
</style>
background-color css
<style>
a { background-color: #56247D; }
a { background-color: rgb(86,36,125); }
div.DivClassName
{
background-color: #56247D;
}
.BgClassName
{
background-color: #56247D;
}
</style>
border-color css
<style>
span { border-color: #56247D; }
span { border-color: rgb(86,36,125); }
td.TdClassName
{
border-color: #56247D;
}
.TagClassName
{
border-color: #56247D;
}
</style>