Shades of Kingfisher Daisy #5E2F8D
Tints of Kingfisher Daisy #5E2F8D
RGB
CMYK
RGB Variations
Color information
#5E2F8D (or 0x5E2F8D) is known color: Kingfisher Daisy. HEX triplet: 5E, 2F and 8D. RGB value is (94,47,141). Sum of RGB (Red+Green+Blue) = 94+47+141=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E2F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2F8D is #A1D072. Grayscale: #474747. Windows color (decimal): -10604659 or 9252702. OLE color: 9252702.
HSL color Cylindrical-coordinate representation of color #5E2F8D: hue angle of 270º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E2F8D is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 47 | 141 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.45 |
| HSL | 270º | 0.5% | 0.37% | - |
| HSV(B) | 270º | 0.67% | 0.55% | - |
| XYZ | 10.44 | 6.34 | 25.87 | - |
| YUV | 71.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 141 | 0.33 | 0.67 | 0 | 0.45 | 270 | 0.5 | 0.37 |
| Hex | 5E | 2F | 8D | 21 | 43 | 0 | 2D | 10E | 32 | 25 |
| Octal | 136 | 57 | 215 | 41 | 103 | 0 | 55 | 416 | 62 | 45 |
| Binary | 1011110 | 101111 | 10001101 | 100001 | 1000011 | 0 | 101101 | 100001110 | 110010 | 100101 |
Color Harmonies of #5E2F8D
Complementary color
Monochromatic Colors of #5E2F8D
Black with #5E2F8D
Text Example
Text Example
White with #5E2F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F8D; }
p { color: rgb(94,47,141); }
H1.HeaderClassName
{
color: #5E2F8D;
}
.AnyTagClassName
{
color: #5E2F8D;
}
</style>
background-color css
<style>
a { background-color: #5E2F8D; }
a { background-color: rgb(94,47,141); }
div.DivClassName
{
background-color: #5E2F8D;
}
.BgClassName
{
background-color: #5E2F8D;
}
</style>
border-color css
<style>
span { border-color: #5E2F8D; }
span { border-color: rgb(94,47,141); }
td.TdClassName
{
border-color: #5E2F8D;
}
.TagClassName
{
border-color: #5E2F8D;
}
</style>