Shades of Kingfisher Daisy #5C4776
Tints of Kingfisher Daisy #5C4776
RGB
CMYK
RGB Variations
Color information
#5C4776 (or 0x5C4776) is known color: Kingfisher Daisy. HEX triplet: 5C, 47 and 76. RGB value is (92,71,118). Sum of RGB (Red+Green+Blue) = 92+71+118=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4776 is #A3B889. Grayscale: #525252. Windows color (decimal): -10729610 or 7751516. OLE color: 7751516.
HSL color Cylindrical-coordinate representation of color #5C4776: hue angle of 266.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4776 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 71 | 118 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.54 |
| HSL | 266.81º | 0.25% | 0.37% | - |
| HSV(B) | 266.81º | 0.4% | 0.46% | - |
| XYZ | 9.94 | 8.09 | 18.18 | - |
| YUV | 82.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 118 | 0.22 | 0.40 | 0 | 0.54 | 266.81 | 0.25 | 0.37 |
| Hex | 5C | 47 | 76 | 16 | 28 | 0 | 36 | 10B | 19 | 25 |
| Octal | 134 | 107 | 166 | 26 | 50 | 0 | 66 | 413 | 31 | 45 |
| Binary | 1011100 | 1000111 | 1110110 | 10110 | 101000 | 0 | 110110 | 100001011 | 11001 | 100101 |
Color Harmonies of #5C4776
Complementary color
Monochromatic Colors of #5C4776
Black with #5C4776
Text Example
Text Example
White with #5C4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4776; }
p { color: rgb(92,71,118); }
H1.HeaderClassName
{
color: #5C4776;
}
.AnyTagClassName
{
color: #5C4776;
}
</style>
background-color css
<style>
a { background-color: #5C4776; }
a { background-color: rgb(92,71,118); }
div.DivClassName
{
background-color: #5C4776;
}
.BgClassName
{
background-color: #5C4776;
}
</style>
border-color css
<style>
span { border-color: #5C4776; }
span { border-color: rgb(92,71,118); }
td.TdClassName
{
border-color: #5C4776;
}
.TagClassName
{
border-color: #5C4776;
}
</style>