Shades of Kingfisher Daisy #563476
Tints of Kingfisher Daisy #563476
RGB
CMYK
RGB Variations
Color information
#563476 (or 0x563476) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 76. RGB value is (86,52,118). Sum of RGB (Red+Green+Blue) = 86+52+118=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #563476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563476 is #A9CB89. Grayscale: #454545. Windows color (decimal): -11127690 or 7746646. OLE color: 7746646.
HSL color Cylindrical-coordinate representation of color #563476: hue angle of 270.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #563476 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 52 | 118 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.54 |
| HSL | 270.91º | 0.39% | 0.33% | - |
| HSV(B) | 270.91º | 0.56% | 0.46% | - |
| XYZ | 8.34 | 5.74 | 17.81 | - |
| YUV | 69.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 118 | 0.27 | 0.56 | 0 | 0.54 | 270.91 | 0.39 | 0.33 |
| Hex | 56 | 34 | 76 | 1B | 38 | 0 | 36 | 10F | 27 | 21 |
| Octal | 126 | 64 | 166 | 33 | 70 | 0 | 66 | 417 | 47 | 41 |
| Binary | 1010110 | 110100 | 1110110 | 11011 | 111000 | 0 | 110110 | 100001111 | 100111 | 100001 |
Color Harmonies of #563476
Complementary color
Monochromatic Colors of #563476
Black with #563476
Text Example
Text Example
White with #563476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563476; }
p { color: rgb(86,52,118); }
H1.HeaderClassName
{
color: #563476;
}
.AnyTagClassName
{
color: #563476;
}
</style>
background-color css
<style>
a { background-color: #563476; }
a { background-color: rgb(86,52,118); }
div.DivClassName
{
background-color: #563476;
}
.BgClassName
{
background-color: #563476;
}
</style>
border-color css
<style>
span { border-color: #563476; }
span { border-color: rgb(86,52,118); }
td.TdClassName
{
border-color: #563476;
}
.TagClassName
{
border-color: #563476;
}
</style>