Shades of Kingfisher Daisy #5B2296
Tints of Kingfisher Daisy #5B2296
RGB
CMYK
RGB Variations
Color information
#5B2296 (or 0x5B2296) is known color: Kingfisher Daisy. HEX triplet: 5B, 22 and 96. RGB value is (91,34,150). Sum of RGB (Red+Green+Blue) = 91+34+150=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B2296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2296 is #A4DD69. Grayscale: #3F3F3F. Windows color (decimal): -10804586 or 9839195. OLE color: 9839195.
HSL color Cylindrical-coordinate representation of color #5B2296: hue angle of 269.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2296 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 34 | 150 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.41 |
| HSL | 269.48º | 0.63% | 0.36% | - |
| HSV(B) | 269.48º | 0.77% | 0.59% | - |
| XYZ | 10.39 | 5.57 | 29.38 | - |
| YUV | 64.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 150 | 0.39 | 0.77 | 0 | 0.41 | 269.48 | 0.63 | 0.36 |
| Hex | 5B | 22 | 96 | 27 | 4D | 0 | 29 | 10D | 3F | 24 |
| Octal | 133 | 42 | 226 | 47 | 115 | 0 | 51 | 415 | 77 | 44 |
| Binary | 1011011 | 100010 | 10010110 | 100111 | 1001101 | 0 | 101001 | 100001101 | 111111 | 100100 |
Color Harmonies of #5B2296
Complementary color
Monochromatic Colors of #5B2296
Black with #5B2296
Text Example
Text Example
White with #5B2296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2296; }
p { color: rgb(91,34,150); }
H1.HeaderClassName
{
color: #5B2296;
}
.AnyTagClassName
{
color: #5B2296;
}
</style>
background-color css
<style>
a { background-color: #5B2296; }
a { background-color: rgb(91,34,150); }
div.DivClassName
{
background-color: #5B2296;
}
.BgClassName
{
background-color: #5B2296;
}
</style>
border-color css
<style>
span { border-color: #5B2296; }
span { border-color: rgb(91,34,150); }
td.TdClassName
{
border-color: #5B2296;
}
.TagClassName
{
border-color: #5B2296;
}
</style>