Shades of Kingfisher Daisy #562D7C
Tints of Kingfisher Daisy #562D7C
RGB
CMYK
RGB Variations
Color information
#562D7C (or 0x562D7C) is known color: Kingfisher Daisy. HEX triplet: 56, 2D and 7C. RGB value is (86,45,124). Sum of RGB (Red+Green+Blue) = 86+45+124=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #562D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D7C is #A9D283. Grayscale: #414141. Windows color (decimal): -11129476 or 8138070. OLE color: 8138070.
HSL color Cylindrical-coordinate representation of color #562D7C: hue angle of 271.14º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562D7C is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 45 | 124 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.51 |
| HSL | 271.14º | 0.47% | 0.33% | - |
| HSV(B) | 271.14º | 0.64% | 0.49% | - |
| XYZ | 8.41 | 5.31 | 19.65 | - |
| YUV | 66.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 124 | 0.31 | 0.64 | 0 | 0.51 | 271.14 | 0.47 | 0.33 |
| Hex | 56 | 2D | 7C | 1F | 40 | 0 | 33 | 10F | 2F | 21 |
| Octal | 126 | 55 | 174 | 37 | 100 | 0 | 63 | 417 | 57 | 41 |
| Binary | 1010110 | 101101 | 1111100 | 11111 | 1000000 | 0 | 110011 | 100001111 | 101111 | 100001 |
Color Harmonies of #562D7C
Complementary color
Monochromatic Colors of #562D7C
Black with #562D7C
Text Example
Text Example
White with #562D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D7C; }
p { color: rgb(86,45,124); }
H1.HeaderClassName
{
color: #562D7C;
}
.AnyTagClassName
{
color: #562D7C;
}
</style>
background-color css
<style>
a { background-color: #562D7C; }
a { background-color: rgb(86,45,124); }
div.DivClassName
{
background-color: #562D7C;
}
.BgClassName
{
background-color: #562D7C;
}
</style>
border-color css
<style>
span { border-color: #562D7C; }
span { border-color: rgb(86,45,124); }
td.TdClassName
{
border-color: #562D7C;
}
.TagClassName
{
border-color: #562D7C;
}
</style>