Shades of Kingfisher Daisy #5B2295
Tints of Kingfisher Daisy #5B2295
RGB
CMYK
RGB Variations
Color information
#5B2295 (or 0x5B2295) is known color: Kingfisher Daisy. HEX triplet: 5B, 22 and 95. RGB value is (91,34,149). Sum of RGB (Red+Green+Blue) = 91+34+149=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B2295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2295 is #A4DD6A. Grayscale: #3F3F3F. Windows color (decimal): -10804587 or 9773659. OLE color: 9773659.
HSL color Cylindrical-coordinate representation of color #5B2295: hue angle of 269.74º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2295 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 34 | 149 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.42 |
| HSL | 269.74º | 0.63% | 0.36% | - |
| HSV(B) | 269.74º | 0.77% | 0.58% | - |
| XYZ | 10.31 | 5.54 | 28.96 | - |
| YUV | 64.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 149 | 0.39 | 0.77 | 0 | 0.42 | 269.74 | 0.63 | 0.36 |
| Hex | 5B | 22 | 95 | 27 | 4D | 0 | 2A | 10E | 3F | 24 |
| Octal | 133 | 42 | 225 | 47 | 115 | 0 | 52 | 416 | 77 | 44 |
| Binary | 1011011 | 100010 | 10010101 | 100111 | 1001101 | 0 | 101010 | 100001110 | 111111 | 100100 |
Color Harmonies of #5B2295
Complementary color
Monochromatic Colors of #5B2295
Black with #5B2295
Text Example
Text Example
White with #5B2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2295; }
p { color: rgb(91,34,149); }
H1.HeaderClassName
{
color: #5B2295;
}
.AnyTagClassName
{
color: #5B2295;
}
</style>
background-color css
<style>
a { background-color: #5B2295; }
a { background-color: rgb(91,34,149); }
div.DivClassName
{
background-color: #5B2295;
}
.BgClassName
{
background-color: #5B2295;
}
</style>
border-color css
<style>
span { border-color: #5B2295; }
span { border-color: rgb(91,34,149); }
td.TdClassName
{
border-color: #5B2295;
}
.TagClassName
{
border-color: #5B2295;
}
</style>