Shades of Kingfisher Daisy #56208F
Tints of Kingfisher Daisy #56208F
RGB
CMYK
RGB Variations
Color information
#56208F (or 0x56208F) is known color: Kingfisher Daisy. HEX triplet: 56, 20 and 8F. RGB value is (86,32,143). Sum of RGB (Red+Green+Blue) = 86+32+143=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #56208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56208F is #A9DF70. Grayscale: #3C3C3C. Windows color (decimal): -11132785 or 9379926. OLE color: 9379926.
HSL color Cylindrical-coordinate representation of color #56208F: hue angle of 269.19º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56208F is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 32 | 143 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.44 |
| HSL | 269.19º | 0.63% | 0.34% | - |
| HSV(B) | 269.19º | 0.78% | 0.56% | - |
| XYZ | 9.31 | 4.99 | 26.46 | - |
| YUV | 60.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 143 | 0.40 | 0.78 | 0 | 0.44 | 269.19 | 0.63 | 0.34 |
| Hex | 56 | 20 | 8F | 28 | 4E | 0 | 2C | 10D | 3F | 22 |
| Octal | 126 | 40 | 217 | 50 | 116 | 0 | 54 | 415 | 77 | 42 |
| Binary | 1010110 | 100000 | 10001111 | 101000 | 1001110 | 0 | 101100 | 100001101 | 111111 | 100010 |
Color Harmonies of #56208F
Complementary color
Monochromatic Colors of #56208F
Black with #56208F
Text Example
Text Example
White with #56208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56208F; }
p { color: rgb(86,32,143); }
H1.HeaderClassName
{
color: #56208F;
}
.AnyTagClassName
{
color: #56208F;
}
</style>
background-color css
<style>
a { background-color: #56208F; }
a { background-color: rgb(86,32,143); }
div.DivClassName
{
background-color: #56208F;
}
.BgClassName
{
background-color: #56208F;
}
</style>
border-color css
<style>
span { border-color: #56208F; }
span { border-color: rgb(86,32,143); }
td.TdClassName
{
border-color: #56208F;
}
.TagClassName
{
border-color: #56208F;
}
</style>