Shades of Kingfisher Daisy #5E2379
Tints of Kingfisher Daisy #5E2379
RGB
CMYK
RGB Variations
Color information
#5E2379 (or 0x5E2379) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 79. RGB value is (94,35,121). Sum of RGB (Red+Green+Blue) = 94+35+121=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E2379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2379 is #A1DC86. Grayscale: #3E3E3E. Windows color (decimal): -10607751 or 7938910. OLE color: 7938910.
HSL color Cylindrical-coordinate representation of color #5E2379: hue angle of 281.16º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E2379 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 35 | 121 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.53 |
| HSL | 281.16º | 0.55% | 0.31% | - |
| HSV(B) | 281.16º | 0.71% | 0.47% | - |
| XYZ | 8.67 | 4.96 | 18.59 | - |
| YUV | 62.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 121 | 0.22 | 0.71 | 0 | 0.53 | 281.16 | 0.55 | 0.31 |
| Hex | 5E | 23 | 79 | 16 | 47 | 0 | 35 | 119 | 37 | 1F |
| Octal | 136 | 43 | 171 | 26 | 107 | 0 | 65 | 431 | 67 | 37 |
| Binary | 1011110 | 100011 | 1111001 | 10110 | 1000111 | 0 | 110101 | 100011001 | 110111 | 11111 |
Color Harmonies of #5E2379
Complementary color
Monochromatic Colors of #5E2379
Black with #5E2379
Text Example
Text Example
White with #5E2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2379; }
p { color: rgb(94,35,121); }
H1.HeaderClassName
{
color: #5E2379;
}
.AnyTagClassName
{
color: #5E2379;
}
</style>
background-color css
<style>
a { background-color: #5E2379; }
a { background-color: rgb(94,35,121); }
div.DivClassName
{
background-color: #5E2379;
}
.BgClassName
{
background-color: #5E2379;
}
</style>
border-color css
<style>
span { border-color: #5E2379; }
span { border-color: rgb(94,35,121); }
td.TdClassName
{
border-color: #5E2379;
}
.TagClassName
{
border-color: #5E2379;
}
</style>