Shades of Kingfisher Daisy #5B2990
Tints of Kingfisher Daisy #5B2990
RGB
CMYK
RGB Variations
Color information
#5B2990 (or 0x5B2990) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 90. RGB value is (91,41,144). Sum of RGB (Red+Green+Blue) = 91+41+144=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B2990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2990 is #A4D66F. Grayscale: #434343. Windows color (decimal): -10802800 or 9447771. OLE color: 9447771.
HSL color Cylindrical-coordinate representation of color #5B2990: hue angle of 269.13º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B2990 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 41 | 144 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.44 |
| HSL | 269.13º | 0.56% | 0.36% | - |
| HSV(B) | 269.13º | 0.72% | 0.56% | - |
| XYZ | 10.14 | 5.82 | 26.98 | - |
| YUV | 67.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 144 | 0.37 | 0.72 | 0 | 0.44 | 269.13 | 0.56 | 0.36 |
| Hex | 5B | 29 | 90 | 25 | 48 | 0 | 2C | 10D | 38 | 24 |
| Octal | 133 | 51 | 220 | 45 | 110 | 0 | 54 | 415 | 70 | 44 |
| Binary | 1011011 | 101001 | 10010000 | 100101 | 1001000 | 0 | 101100 | 100001101 | 111000 | 100100 |
Color Harmonies of #5B2990
Complementary color
Monochromatic Colors of #5B2990
Black with #5B2990
Text Example
Text Example
White with #5B2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2990; }
p { color: rgb(91,41,144); }
H1.HeaderClassName
{
color: #5B2990;
}
.AnyTagClassName
{
color: #5B2990;
}
</style>
background-color css
<style>
a { background-color: #5B2990; }
a { background-color: rgb(91,41,144); }
div.DivClassName
{
background-color: #5B2990;
}
.BgClassName
{
background-color: #5B2990;
}
</style>
border-color css
<style>
span { border-color: #5B2990; }
span { border-color: rgb(91,41,144); }
td.TdClassName
{
border-color: #5B2990;
}
.TagClassName
{
border-color: #5B2990;
}
</style>