Shades of Kingfisher Daisy #5B2391
Tints of Kingfisher Daisy #5B2391
RGB
CMYK
RGB Variations
Color information
#5B2391 (or 0x5B2391) is known color: Kingfisher Daisy. HEX triplet: 5B, 23 and 91. RGB value is (91,35,145). Sum of RGB (Red+Green+Blue) = 91+35+145=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B2391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2391 is #A4DC6E. Grayscale: #3F3F3F. Windows color (decimal): -10804335 or 9511771. OLE color: 9511771.
HSL color Cylindrical-coordinate representation of color #5B2391: hue angle of 270.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2391 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 35 | 145 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.43 |
| HSL | 270.55º | 0.61% | 0.35% | - |
| HSV(B) | 270.55º | 0.76% | 0.57% | - |
| XYZ | 10.03 | 5.47 | 27.32 | - |
| YUV | 64.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 145 | 0.37 | 0.76 | 0 | 0.43 | 270.55 | 0.61 | 0.35 |
| Hex | 5B | 23 | 91 | 25 | 4C | 0 | 2B | 10F | 3D | 23 |
| Octal | 133 | 43 | 221 | 45 | 114 | 0 | 53 | 417 | 75 | 43 |
| Binary | 1011011 | 100011 | 10010001 | 100101 | 1001100 | 0 | 101011 | 100001111 | 111101 | 100011 |
Color Harmonies of #5B2391
Complementary color
Monochromatic Colors of #5B2391
Black with #5B2391
Text Example
Text Example
White with #5B2391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2391; }
p { color: rgb(91,35,145); }
H1.HeaderClassName
{
color: #5B2391;
}
.AnyTagClassName
{
color: #5B2391;
}
</style>
background-color css
<style>
a { background-color: #5B2391; }
a { background-color: rgb(91,35,145); }
div.DivClassName
{
background-color: #5B2391;
}
.BgClassName
{
background-color: #5B2391;
}
</style>
border-color css
<style>
span { border-color: #5B2391; }
span { border-color: rgb(91,35,145); }
td.TdClassName
{
border-color: #5B2391;
}
.TagClassName
{
border-color: #5B2391;
}
</style>