Shades of Kingfisher Daisy #562C87
Tints of Kingfisher Daisy #562C87
RGB
CMYK
RGB Variations
Color information
#562C87 (or 0x562C87) is known color: Kingfisher Daisy. HEX triplet: 56, 2C and 87. RGB value is (86,44,135). Sum of RGB (Red+Green+Blue) = 86+44+135=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #562C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C87 is #A9D378. Grayscale: #424242. Windows color (decimal): -11129721 or 8858710. OLE color: 8858710.
HSL color Cylindrical-coordinate representation of color #562C87: hue angle of 267.69º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562C87 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 44 | 135 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.47 |
| HSL | 267.69º | 0.51% | 0.35% | - |
| HSV(B) | 267.69º | 0.67% | 0.53% | - |
| XYZ | 9.11 | 5.53 | 23.51 | - |
| YUV | 66.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 135 | 0.36 | 0.67 | 0 | 0.47 | 267.69 | 0.51 | 0.35 |
| Hex | 56 | 2C | 87 | 24 | 43 | 0 | 2F | 10C | 33 | 23 |
| Octal | 126 | 54 | 207 | 44 | 103 | 0 | 57 | 414 | 63 | 43 |
| Binary | 1010110 | 101100 | 10000111 | 100100 | 1000011 | 0 | 101111 | 100001100 | 110011 | 100011 |
Color Harmonies of #562C87
Complementary color
Monochromatic Colors of #562C87
Black with #562C87
Text Example
Text Example
White with #562C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C87; }
p { color: rgb(86,44,135); }
H1.HeaderClassName
{
color: #562C87;
}
.AnyTagClassName
{
color: #562C87;
}
</style>
background-color css
<style>
a { background-color: #562C87; }
a { background-color: rgb(86,44,135); }
div.DivClassName
{
background-color: #562C87;
}
.BgClassName
{
background-color: #562C87;
}
</style>
border-color css
<style>
span { border-color: #562C87; }
span { border-color: rgb(86,44,135); }
td.TdClassName
{
border-color: #562C87;
}
.TagClassName
{
border-color: #562C87;
}
</style>