Shades of Kingfisher Daisy #562C79
Tints of Kingfisher Daisy #562C79
RGB
CMYK
RGB Variations
Color information
#562C79 (or 0x562C79) is known color: Kingfisher Daisy. HEX triplet: 56, 2C and 79. RGB value is (86,44,121). Sum of RGB (Red+Green+Blue) = 86+44+121=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #562C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C79 is #A9D386. Grayscale: #414141. Windows color (decimal): -11129735 or 7941206. OLE color: 7941206.
HSL color Cylindrical-coordinate representation of color #562C79: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562C79 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 44 | 121 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.53 |
| HSL | 272.73º | 0.47% | 0.32% | - |
| HSV(B) | 272.73º | 0.64% | 0.47% | - |
| XYZ | 8.19 | 5.16 | 18.65 | - |
| YUV | 65.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 121 | 0.29 | 0.64 | 0 | 0.53 | 272.73 | 0.47 | 0.32 |
| Hex | 56 | 2C | 79 | 1D | 40 | 0 | 35 | 111 | 2F | 20 |
| Octal | 126 | 54 | 171 | 35 | 100 | 0 | 65 | 421 | 57 | 40 |
| Binary | 1010110 | 101100 | 1111001 | 11101 | 1000000 | 0 | 110101 | 100010001 | 101111 | 100000 |
Color Harmonies of #562C79
Complementary color
Monochromatic Colors of #562C79
Black with #562C79
Text Example
Text Example
White with #562C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C79; }
p { color: rgb(86,44,121); }
H1.HeaderClassName
{
color: #562C79;
}
.AnyTagClassName
{
color: #562C79;
}
</style>
background-color css
<style>
a { background-color: #562C79; }
a { background-color: rgb(86,44,121); }
div.DivClassName
{
background-color: #562C79;
}
.BgClassName
{
background-color: #562C79;
}
</style>
border-color css
<style>
span { border-color: #562C79; }
span { border-color: rgb(86,44,121); }
td.TdClassName
{
border-color: #562C79;
}
.TagClassName
{
border-color: #562C79;
}
</style>