Shades of Kingfisher Daisy #562C7D
Tints of Kingfisher Daisy #562C7D
RGB
CMYK
RGB Variations
Color information
#562C7D (or 0x562C7D) is known color: Kingfisher Daisy. HEX triplet: 56, 2C and 7D. RGB value is (86,44,125). Sum of RGB (Red+Green+Blue) = 86+44+125=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #562C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C7D is #A9D382. Grayscale: #414141. Windows color (decimal): -11129731 or 8203350. OLE color: 8203350.
HSL color Cylindrical-coordinate representation of color #562C7D: hue angle of 271.11º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562C7D is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 44 | 125 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.51 |
| HSL | 271.11º | 0.48% | 0.33% | - |
| HSV(B) | 271.11º | 0.65% | 0.49% | - |
| XYZ | 8.44 | 5.26 | 19.97 | - |
| YUV | 65.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 125 | 0.31 | 0.65 | 0 | 0.51 | 271.11 | 0.48 | 0.33 |
| Hex | 56 | 2C | 7D | 1F | 41 | 0 | 33 | 10F | 30 | 21 |
| Octal | 126 | 54 | 175 | 37 | 101 | 0 | 63 | 417 | 60 | 41 |
| Binary | 1010110 | 101100 | 1111101 | 11111 | 1000001 | 0 | 110011 | 100001111 | 110000 | 100001 |
Color Harmonies of #562C7D
Complementary color
Monochromatic Colors of #562C7D
Black with #562C7D
Text Example
Text Example
White with #562C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C7D; }
p { color: rgb(86,44,125); }
H1.HeaderClassName
{
color: #562C7D;
}
.AnyTagClassName
{
color: #562C7D;
}
</style>
background-color css
<style>
a { background-color: #562C7D; }
a { background-color: rgb(86,44,125); }
div.DivClassName
{
background-color: #562C7D;
}
.BgClassName
{
background-color: #562C7D;
}
</style>
border-color css
<style>
span { border-color: #562C7D; }
span { border-color: rgb(86,44,125); }
td.TdClassName
{
border-color: #562C7D;
}
.TagClassName
{
border-color: #562C7D;
}
</style>