Shades of Kingfisher Daisy #5B4476
Tints of Kingfisher Daisy #5B4476
RGB
CMYK
RGB Variations
Color information
#5B4476 (or 0x5B4476) is known color: Kingfisher Daisy. HEX triplet: 5B, 44 and 76. RGB value is (91,68,118). Sum of RGB (Red+Green+Blue) = 91+68+118=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4476 is #A4BB89. Grayscale: #505050. Windows color (decimal): -10795914 or 7750747. OLE color: 7750747.
HSL color Cylindrical-coordinate representation of color #5B4476: hue angle of 267.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B4476 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 68 | 118 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.54 |
| HSL | 267.6º | 0.27% | 0.36% | - |
| HSV(B) | 267.6º | 0.42% | 0.46% | - |
| XYZ | 9.65 | 7.67 | 18.11 | - |
| YUV | 80.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 118 | 0.23 | 0.42 | 0 | 0.54 | 267.6 | 0.27 | 0.36 |
| Hex | 5B | 44 | 76 | 17 | 2A | 0 | 36 | 10C | 1B | 24 |
| Octal | 133 | 104 | 166 | 27 | 52 | 0 | 66 | 414 | 33 | 44 |
| Binary | 1011011 | 1000100 | 1110110 | 10111 | 101010 | 0 | 110110 | 100001100 | 11011 | 100100 |
Color Harmonies of #5B4476
Complementary color
Monochromatic Colors of #5B4476
Black with #5B4476
Text Example
Text Example
White with #5B4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4476; }
p { color: rgb(91,68,118); }
H1.HeaderClassName
{
color: #5B4476;
}
.AnyTagClassName
{
color: #5B4476;
}
</style>
background-color css
<style>
a { background-color: #5B4476; }
a { background-color: rgb(91,68,118); }
div.DivClassName
{
background-color: #5B4476;
}
.BgClassName
{
background-color: #5B4476;
}
</style>
border-color css
<style>
span { border-color: #5B4476; }
span { border-color: rgb(91,68,118); }
td.TdClassName
{
border-color: #5B4476;
}
.TagClassName
{
border-color: #5B4476;
}
</style>