Shades of Kingfisher Daisy #5B2894
Tints of Kingfisher Daisy #5B2894
RGB
CMYK
RGB Variations
Color information
#5B2894 (or 0x5B2894) is known color: Kingfisher Daisy. HEX triplet: 5B, 28 and 94. RGB value is (91,40,148). Sum of RGB (Red+Green+Blue) = 91+40+148=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B2894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2894 is #A4D76B. Grayscale: #434343. Windows color (decimal): -10803052 or 9709659. OLE color: 9709659.
HSL color Cylindrical-coordinate representation of color #5B2894: hue angle of 268.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2894 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 40 | 148 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.42 |
| HSL | 268.33º | 0.57% | 0.37% | - |
| HSV(B) | 268.33º | 0.73% | 0.58% | - |
| XYZ | 10.42 | 5.88 | 28.6 | - |
| YUV | 67.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 148 | 0.39 | 0.73 | 0 | 0.42 | 268.33 | 0.57 | 0.37 |
| Hex | 5B | 28 | 94 | 27 | 49 | 0 | 2A | 10C | 39 | 25 |
| Octal | 133 | 50 | 224 | 47 | 111 | 0 | 52 | 414 | 71 | 45 |
| Binary | 1011011 | 101000 | 10010100 | 100111 | 1001001 | 0 | 101010 | 100001100 | 111001 | 100101 |
Color Harmonies of #5B2894
Complementary color
Monochromatic Colors of #5B2894
Black with #5B2894
Text Example
Text Example
White with #5B2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2894; }
p { color: rgb(91,40,148); }
H1.HeaderClassName
{
color: #5B2894;
}
.AnyTagClassName
{
color: #5B2894;
}
</style>
background-color css
<style>
a { background-color: #5B2894; }
a { background-color: rgb(91,40,148); }
div.DivClassName
{
background-color: #5B2894;
}
.BgClassName
{
background-color: #5B2894;
}
</style>
border-color css
<style>
span { border-color: #5B2894; }
span { border-color: rgb(91,40,148); }
td.TdClassName
{
border-color: #5B2894;
}
.TagClassName
{
border-color: #5B2894;
}
</style>