Shades of Kingfisher Daisy #5B4776
Tints of Kingfisher Daisy #5B4776
RGB
CMYK
RGB Variations
Color information
#5B4776 (or 0x5B4776) is known color: Kingfisher Daisy. HEX triplet: 5B, 47 and 76. RGB value is (91,71,118). Sum of RGB (Red+Green+Blue) = 91+71+118=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4776 is #A4B889. Grayscale: #525252. Windows color (decimal): -10795146 or 7751515. OLE color: 7751515.
HSL color Cylindrical-coordinate representation of color #5B4776: hue angle of 265.53º 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 #5B4776 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 71 | 118 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.54 |
| HSL | 265.53º | 0.25% | 0.37% | - |
| HSV(B) | 265.53º | 0.4% | 0.46% | - |
| XYZ | 9.84 | 8.04 | 18.17 | - |
| YUV | 82.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 118 | 0.23 | 0.40 | 0 | 0.54 | 265.53 | 0.25 | 0.37 |
| Hex | 5B | 47 | 76 | 17 | 28 | 0 | 36 | 10A | 19 | 25 |
| Octal | 133 | 107 | 166 | 27 | 50 | 0 | 66 | 412 | 31 | 45 |
| Binary | 1011011 | 1000111 | 1110110 | 10111 | 101000 | 0 | 110110 | 100001010 | 11001 | 100101 |
Color Harmonies of #5B4776
Complementary color
Monochromatic Colors of #5B4776
Black with #5B4776
Text Example
Text Example
White with #5B4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4776; }
p { color: rgb(91,71,118); }
H1.HeaderClassName
{
color: #5B4776;
}
.AnyTagClassName
{
color: #5B4776;
}
</style>
background-color css
<style>
a { background-color: #5B4776; }
a { background-color: rgb(91,71,118); }
div.DivClassName
{
background-color: #5B4776;
}
.BgClassName
{
background-color: #5B4776;
}
</style>
border-color css
<style>
span { border-color: #5B4776; }
span { border-color: rgb(91,71,118); }
td.TdClassName
{
border-color: #5B4776;
}
.TagClassName
{
border-color: #5B4776;
}
</style>