Shades of Kingfisher Daisy #5B199C
Tints of Kingfisher Daisy #5B199C
RGB
CMYK
RGB Variations
Color information
#5B199C (or 0x5B199C) is known color: Kingfisher Daisy. HEX triplet: 5B, 19 and 9C. RGB value is (91,25,156). Sum of RGB (Red+Green+Blue) = 91+25+156=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B199C is #A4E663. Grayscale: #3B3B3B. Windows color (decimal): -10806884 or 10230107. OLE color: 10230107.
HSL color Cylindrical-coordinate representation of color #5B199C: hue angle of 270.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B199C is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 25 | 156 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.39 |
| HSL | 270.23º | 0.72% | 0.35% | - |
| HSV(B) | 270.23º | 0.84% | 0.61% | - |
| XYZ | 10.66 | 5.32 | 31.92 | - |
| YUV | 59.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 156 | 0.42 | 0.84 | 0 | 0.39 | 270.23 | 0.72 | 0.35 |
| Hex | 5B | 19 | 9C | 2A | 54 | 0 | 27 | 10E | 48 | 23 |
| Octal | 133 | 31 | 234 | 52 | 124 | 0 | 47 | 416 | 110 | 43 |
| Binary | 1011011 | 11001 | 10011100 | 101010 | 1010100 | 0 | 100111 | 100001110 | 1001000 | 100011 |
Color Harmonies of #5B199C
Complementary color
Monochromatic Colors of #5B199C
Black with #5B199C
Text Example
Text Example
White with #5B199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B199C; }
p { color: rgb(91,25,156); }
H1.HeaderClassName
{
color: #5B199C;
}
.AnyTagClassName
{
color: #5B199C;
}
</style>
background-color css
<style>
a { background-color: #5B199C; }
a { background-color: rgb(91,25,156); }
div.DivClassName
{
background-color: #5B199C;
}
.BgClassName
{
background-color: #5B199C;
}
</style>
border-color css
<style>
span { border-color: #5B199C; }
span { border-color: rgb(91,25,156); }
td.TdClassName
{
border-color: #5B199C;
}
.TagClassName
{
border-color: #5B199C;
}
</style>