Shades of Kingfisher Daisy #5B4677
Tints of Kingfisher Daisy #5B4677
RGB
CMYK
RGB Variations
Color information
#5B4677 (or 0x5B4677) is known color: Kingfisher Daisy. HEX triplet: 5B, 46 and 77. RGB value is (91,70,119). Sum of RGB (Red+Green+Blue) = 91+70+119=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B4677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4677 is #A4B988. Grayscale: #515151. Windows color (decimal): -10795401 or 7816795. OLE color: 7816795.
HSL color Cylindrical-coordinate representation of color #5B4677: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B4677 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 70 | 119 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.53 |
| HSL | 265.71º | 0.26% | 0.37% | - |
| HSV(B) | 265.71º | 0.41% | 0.47% | - |
| XYZ | 9.83 | 7.94 | 18.47 | - |
| YUV | 81.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 119 | 0.24 | 0.41 | 0 | 0.53 | 265.71 | 0.26 | 0.37 |
| Hex | 5B | 46 | 77 | 18 | 29 | 0 | 35 | 10A | 1A | 25 |
| Octal | 133 | 106 | 167 | 30 | 51 | 0 | 65 | 412 | 32 | 45 |
| Binary | 1011011 | 1000110 | 1110111 | 11000 | 101001 | 0 | 110101 | 100001010 | 11010 | 100101 |
Color Harmonies of #5B4677
Complementary color
Monochromatic Colors of #5B4677
Black with #5B4677
Text Example
Text Example
White with #5B4677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4677; }
p { color: rgb(91,70,119); }
H1.HeaderClassName
{
color: #5B4677;
}
.AnyTagClassName
{
color: #5B4677;
}
</style>
background-color css
<style>
a { background-color: #5B4677; }
a { background-color: rgb(91,70,119); }
div.DivClassName
{
background-color: #5B4677;
}
.BgClassName
{
background-color: #5B4677;
}
</style>
border-color css
<style>
span { border-color: #5B4677; }
span { border-color: rgb(91,70,119); }
td.TdClassName
{
border-color: #5B4677;
}
.TagClassName
{
border-color: #5B4677;
}
</style>