Shades of Kingfisher Daisy #5E318D
Tints of Kingfisher Daisy #5E318D
RGB
CMYK
RGB Variations
Color information
#5E318D (or 0x5E318D) is known color: Kingfisher Daisy. HEX triplet: 5E, 31 and 8D. RGB value is (94,49,141). Sum of RGB (Red+Green+Blue) = 94+49+141=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E318D is #A1CE72. Grayscale: #484848. Windows color (decimal): -10604147 or 9253214. OLE color: 9253214.
HSL color Cylindrical-coordinate representation of color #5E318D: hue angle of 269.35º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E318D is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 49 | 141 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.45 |
| HSL | 269.35º | 0.48% | 0.37% | - |
| HSV(B) | 269.35º | 0.65% | 0.55% | - |
| XYZ | 10.52 | 6.5 | 25.9 | - |
| YUV | 72.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 141 | 0.33 | 0.65 | 0 | 0.45 | 269.35 | 0.48 | 0.37 |
| Hex | 5E | 31 | 8D | 21 | 41 | 0 | 2D | 10D | 30 | 25 |
| Octal | 136 | 61 | 215 | 41 | 101 | 0 | 55 | 415 | 60 | 45 |
| Binary | 1011110 | 110001 | 10001101 | 100001 | 1000001 | 0 | 101101 | 100001101 | 110000 | 100101 |
Color Harmonies of #5E318D
Complementary color
Monochromatic Colors of #5E318D
Black with #5E318D
Text Example
Text Example
White with #5E318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E318D; }
p { color: rgb(94,49,141); }
H1.HeaderClassName
{
color: #5E318D;
}
.AnyTagClassName
{
color: #5E318D;
}
</style>
background-color css
<style>
a { background-color: #5E318D; }
a { background-color: rgb(94,49,141); }
div.DivClassName
{
background-color: #5E318D;
}
.BgClassName
{
background-color: #5E318D;
}
</style>
border-color css
<style>
span { border-color: #5E318D; }
span { border-color: rgb(94,49,141); }
td.TdClassName
{
border-color: #5E318D;
}
.TagClassName
{
border-color: #5E318D;
}
</style>