Shades of Kingfisher Daisy #5E2C8E
Tints of Kingfisher Daisy #5E2C8E
RGB
CMYK
RGB Variations
Color information
#5E2C8E (or 0x5E2C8E) is known color: Kingfisher Daisy. HEX triplet: 5E, 2C and 8E. RGB value is (94,44,142). Sum of RGB (Red+Green+Blue) = 94+44+142=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E2C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2C8E is #A1D371. Grayscale: #454545. Windows color (decimal): -10605426 or 9317470. OLE color: 9317470.
HSL color Cylindrical-coordinate representation of color #5E2C8E: hue angle of 270.61º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2C8E is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 44 | 142 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.44 |
| HSL | 270.61º | 0.53% | 0.36% | - |
| HSV(B) | 270.61º | 0.69% | 0.56% | - |
| XYZ | 10.4 | 6.13 | 26.23 | - |
| YUV | 70.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 142 | 0.34 | 0.69 | 0 | 0.44 | 270.61 | 0.53 | 0.36 |
| Hex | 5E | 2C | 8E | 22 | 45 | 0 | 2C | 10F | 35 | 24 |
| Octal | 136 | 54 | 216 | 42 | 105 | 0 | 54 | 417 | 65 | 44 |
| Binary | 1011110 | 101100 | 10001110 | 100010 | 1000101 | 0 | 101100 | 100001111 | 110101 | 100100 |
Color Harmonies of #5E2C8E
Complementary color
Monochromatic Colors of #5E2C8E
Black with #5E2C8E
Text Example
Text Example
White with #5E2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C8E; }
p { color: rgb(94,44,142); }
H1.HeaderClassName
{
color: #5E2C8E;
}
.AnyTagClassName
{
color: #5E2C8E;
}
</style>
background-color css
<style>
a { background-color: #5E2C8E; }
a { background-color: rgb(94,44,142); }
div.DivClassName
{
background-color: #5E2C8E;
}
.BgClassName
{
background-color: #5E2C8E;
}
</style>
border-color css
<style>
span { border-color: #5E2C8E; }
span { border-color: rgb(94,44,142); }
td.TdClassName
{
border-color: #5E2C8E;
}
.TagClassName
{
border-color: #5E2C8E;
}
</style>