Shades of Kingfisher Daisy #5E2382
Tints of Kingfisher Daisy #5E2382
RGB
CMYK
RGB Variations
Color information
#5E2382 (or 0x5E2382) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 82. RGB value is (94,35,130). Sum of RGB (Red+Green+Blue) = 94+35+130=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2382 is #A1DC7D. Grayscale: #3F3F3F. Windows color (decimal): -10607742 or 8528734. OLE color: 8528734.
HSL color Cylindrical-coordinate representation of color #5E2382: hue angle of 277.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2382 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 35 | 130 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.49 |
| HSL | 277.26º | 0.58% | 0.32% | - |
| HSV(B) | 277.26º | 0.73% | 0.51% | - |
| XYZ | 9.25 | 5.19 | 21.63 | - |
| YUV | 63.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 130 | 0.28 | 0.73 | 0 | 0.49 | 277.26 | 0.58 | 0.32 |
| Hex | 5E | 23 | 82 | 1C | 49 | 0 | 31 | 115 | 3A | 20 |
| Octal | 136 | 43 | 202 | 34 | 111 | 0 | 61 | 425 | 72 | 40 |
| Binary | 1011110 | 100011 | 10000010 | 11100 | 1001001 | 0 | 110001 | 100010101 | 111010 | 100000 |
Color Harmonies of #5E2382
Complementary color
Monochromatic Colors of #5E2382
Black with #5E2382
Text Example
Text Example
White with #5E2382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2382; }
p { color: rgb(94,35,130); }
H1.HeaderClassName
{
color: #5E2382;
}
.AnyTagClassName
{
color: #5E2382;
}
</style>
background-color css
<style>
a { background-color: #5E2382; }
a { background-color: rgb(94,35,130); }
div.DivClassName
{
background-color: #5E2382;
}
.BgClassName
{
background-color: #5E2382;
}
</style>
border-color css
<style>
span { border-color: #5E2382; }
span { border-color: rgb(94,35,130); }
td.TdClassName
{
border-color: #5E2382;
}
.TagClassName
{
border-color: #5E2382;
}
</style>