Shades of Kingfisher Daisy #5B199E
Tints of Kingfisher Daisy #5B199E
RGB
CMYK
RGB Variations
Color information
#5B199E (or 0x5B199E) is known color: Kingfisher Daisy. HEX triplet: 5B, 19 and 9E. RGB value is (91,25,158). Sum of RGB (Red+Green+Blue) = 91+25+158=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B199E is #A4E661. Grayscale: #3B3B3B. Windows color (decimal): -10806882 or 10361179. OLE color: 10361179.
HSL color Cylindrical-coordinate representation of color #5B199E: hue angle of 269.77º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B199E is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 25 | 158 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.38 |
| HSL | 269.77º | 0.73% | 0.36% | - |
| HSV(B) | 269.77º | 0.84% | 0.62% | - |
| XYZ | 10.83 | 5.39 | 32.82 | - |
| YUV | 59.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 158 | 0.42 | 0.84 | 0 | 0.38 | 269.77 | 0.73 | 0.36 |
| Hex | 5B | 19 | 9E | 2A | 54 | 0 | 26 | 10E | 49 | 24 |
| Octal | 133 | 31 | 236 | 52 | 124 | 0 | 46 | 416 | 111 | 44 |
| Binary | 1011011 | 11001 | 10011110 | 101010 | 1010100 | 0 | 100110 | 100001110 | 1001001 | 100100 |
Color Harmonies of #5B199E
Complementary color
Monochromatic Colors of #5B199E
Black with #5B199E
Text Example
Text Example
White with #5B199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B199E; }
p { color: rgb(91,25,158); }
H1.HeaderClassName
{
color: #5B199E;
}
.AnyTagClassName
{
color: #5B199E;
}
</style>
background-color css
<style>
a { background-color: #5B199E; }
a { background-color: rgb(91,25,158); }
div.DivClassName
{
background-color: #5B199E;
}
.BgClassName
{
background-color: #5B199E;
}
</style>
border-color css
<style>
span { border-color: #5B199E; }
span { border-color: rgb(91,25,158); }
td.TdClassName
{
border-color: #5B199E;
}
.TagClassName
{
border-color: #5B199E;
}
</style>