Shades of Kingfisher Daisy #5E2195
Tints of Kingfisher Daisy #5E2195
RGB
CMYK
RGB Variations
Color information
#5E2195 (or 0x5E2195) is known color: Kingfisher Daisy. HEX triplet: 5E, 21 and 95. RGB value is (94,33,149). Sum of RGB (Red+Green+Blue) = 94+33+149=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2195 is #A1DE6A. Grayscale: #404040. Windows color (decimal): -10608235 or 9773406. OLE color: 9773406.
HSL color Cylindrical-coordinate representation of color #5E2195: hue angle of 271.55º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2195 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 33 | 149 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.42 |
| HSL | 271.55º | 0.64% | 0.36% | - |
| HSV(B) | 271.55º | 0.78% | 0.58% | - |
| XYZ | 10.58 | 5.64 | 28.96 | - |
| YUV | 64.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 149 | 0.37 | 0.78 | 0 | 0.42 | 271.55 | 0.64 | 0.36 |
| Hex | 5E | 21 | 95 | 25 | 4E | 0 | 2A | 110 | 40 | 24 |
| Octal | 136 | 41 | 225 | 45 | 116 | 0 | 52 | 420 | 100 | 44 |
| Binary | 1011110 | 100001 | 10010101 | 100101 | 1001110 | 0 | 101010 | 100010000 | 1000000 | 100100 |
Color Harmonies of #5E2195
Complementary color
Monochromatic Colors of #5E2195
Black with #5E2195
Text Example
Text Example
White with #5E2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2195; }
p { color: rgb(94,33,149); }
H1.HeaderClassName
{
color: #5E2195;
}
.AnyTagClassName
{
color: #5E2195;
}
</style>
background-color css
<style>
a { background-color: #5E2195; }
a { background-color: rgb(94,33,149); }
div.DivClassName
{
background-color: #5E2195;
}
.BgClassName
{
background-color: #5E2195;
}
</style>
border-color css
<style>
span { border-color: #5E2195; }
span { border-color: rgb(94,33,149); }
td.TdClassName
{
border-color: #5E2195;
}
.TagClassName
{
border-color: #5E2195;
}
</style>