Shades of Kingfisher Daisy #5E1D80
Tints of Kingfisher Daisy #5E1D80
RGB
CMYK
RGB Variations
Color information
#5E1D80 (or 0x5E1D80) is known color: Kingfisher Daisy. HEX triplet: 5E, 1D and 80. RGB value is (94,29,128). Sum of RGB (Red+Green+Blue) = 94+29+128=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1D80 is #A1E27F. Grayscale: #3B3B3B. Windows color (decimal): -10609280 or 8396126. OLE color: 8396126.
HSL color Cylindrical-coordinate representation of color #5E1D80: hue angle of 279.39º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1D80 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 29 | 128 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.50 |
| HSL | 279.39º | 0.63% | 0.31% | - |
| HSV(B) | 279.39º | 0.77% | 0.5% | - |
| XYZ | 8.95 | 4.82 | 20.88 | - |
| YUV | 59.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 128 | 0.27 | 0.77 | 0 | 0.50 | 279.39 | 0.63 | 0.31 |
| Hex | 5E | 1D | 80 | 1B | 4D | 0 | 32 | 117 | 3F | 1F |
| Octal | 136 | 35 | 200 | 33 | 115 | 0 | 62 | 427 | 77 | 37 |
| Binary | 1011110 | 11101 | 10000000 | 11011 | 1001101 | 0 | 110010 | 100010111 | 111111 | 11111 |
Color Harmonies of #5E1D80
Complementary color
Monochromatic Colors of #5E1D80
Black with #5E1D80
Text Example
Text Example
White with #5E1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D80; }
p { color: rgb(94,29,128); }
H1.HeaderClassName
{
color: #5E1D80;
}
.AnyTagClassName
{
color: #5E1D80;
}
</style>
background-color css
<style>
a { background-color: #5E1D80; }
a { background-color: rgb(94,29,128); }
div.DivClassName
{
background-color: #5E1D80;
}
.BgClassName
{
background-color: #5E1D80;
}
</style>
border-color css
<style>
span { border-color: #5E1D80; }
span { border-color: rgb(94,29,128); }
td.TdClassName
{
border-color: #5E1D80;
}
.TagClassName
{
border-color: #5E1D80;
}
</style>