Shades of Kingfisher Daisy #564176
Tints of Kingfisher Daisy #564176
RGB
CMYK
RGB Variations
Color information
#564176 (or 0x564176) is known color: Kingfisher Daisy. HEX triplet: 56, 41 and 76. RGB value is (86,65,118). Sum of RGB (Red+Green+Blue) = 86+65+118=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #564176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564176 is #A9BE89. Grayscale: #4D4D4D. Windows color (decimal): -11124362 or 7749974. OLE color: 7749974.
HSL color Cylindrical-coordinate representation of color #564176: hue angle of 263.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564176 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 65 | 118 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.54 |
| HSL | 263.77º | 0.29% | 0.36% | - |
| HSV(B) | 263.77º | 0.45% | 0.46% | - |
| XYZ | 9 | 7.07 | 18.03 | - |
| YUV | 77.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 65 | 118 | 0.27 | 0.45 | 0 | 0.54 | 263.77 | 0.29 | 0.36 |
| Hex | 56 | 41 | 76 | 1B | 2D | 0 | 36 | 108 | 1D | 24 |
| Octal | 126 | 101 | 166 | 33 | 55 | 0 | 66 | 410 | 35 | 44 |
| Binary | 1010110 | 1000001 | 1110110 | 11011 | 101101 | 0 | 110110 | 100001000 | 11101 | 100100 |
Color Harmonies of #564176
Complementary color
Monochromatic Colors of #564176
Black with #564176
Text Example
Text Example
White with #564176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564176; }
p { color: rgb(86,65,118); }
H1.HeaderClassName
{
color: #564176;
}
.AnyTagClassName
{
color: #564176;
}
</style>
background-color css
<style>
a { background-color: #564176; }
a { background-color: rgb(86,65,118); }
div.DivClassName
{
background-color: #564176;
}
.BgClassName
{
background-color: #564176;
}
</style>
border-color css
<style>
span { border-color: #564176; }
span { border-color: rgb(86,65,118); }
td.TdClassName
{
border-color: #564176;
}
.TagClassName
{
border-color: #564176;
}
</style>