Shades of Kingfisher Daisy #5E2682
Tints of Kingfisher Daisy #5E2682
RGB
CMYK
RGB Variations
Color information
#5E2682 (or 0x5E2682) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 82. RGB value is (94,38,130). Sum of RGB (Red+Green+Blue) = 94+38+130=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2682 is #A1D97D. Grayscale: #404040. Windows color (decimal): -10606974 or 8529502. OLE color: 8529502.
HSL color Cylindrical-coordinate representation of color #5E2682: hue angle of 276.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E2682 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 38 | 130 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.49 |
| HSL | 276.52º | 0.55% | 0.33% | - |
| HSV(B) | 276.52º | 0.71% | 0.51% | - |
| XYZ | 9.34 | 5.38 | 21.66 | - |
| YUV | 65.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 130 | 0.28 | 0.71 | 0 | 0.49 | 276.52 | 0.55 | 0.33 |
| Hex | 5E | 26 | 82 | 1C | 47 | 0 | 31 | 115 | 37 | 21 |
| Octal | 136 | 46 | 202 | 34 | 107 | 0 | 61 | 425 | 67 | 41 |
| Binary | 1011110 | 100110 | 10000010 | 11100 | 1000111 | 0 | 110001 | 100010101 | 110111 | 100001 |
Color Harmonies of #5E2682
Complementary color
Monochromatic Colors of #5E2682
Black with #5E2682
Text Example
Text Example
White with #5E2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2682; }
p { color: rgb(94,38,130); }
H1.HeaderClassName
{
color: #5E2682;
}
.AnyTagClassName
{
color: #5E2682;
}
</style>
background-color css
<style>
a { background-color: #5E2682; }
a { background-color: rgb(94,38,130); }
div.DivClassName
{
background-color: #5E2682;
}
.BgClassName
{
background-color: #5E2682;
}
</style>
border-color css
<style>
span { border-color: #5E2682; }
span { border-color: rgb(94,38,130); }
td.TdClassName
{
border-color: #5E2682;
}
.TagClassName
{
border-color: #5E2682;
}
</style>