Shades of Kingfisher Daisy #5E2695
Tints of Kingfisher Daisy #5E2695
RGB
CMYK
RGB Variations
Color information
#5E2695 (or 0x5E2695) is known color: Kingfisher Daisy. HEX triplet: 5E, 26 and 95. RGB value is (94,38,149). Sum of RGB (Red+Green+Blue) = 94+38+149=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E2695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2695 is #A1D96A. Grayscale: #434343. Windows color (decimal): -10606955 or 9774686. OLE color: 9774686.
HSL color Cylindrical-coordinate representation of color #5E2695: hue angle of 270.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2695 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 38 | 149 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.42 |
| HSL | 270.27º | 0.59% | 0.37% | - |
| HSV(B) | 270.27º | 0.74% | 0.58% | - |
| XYZ | 10.73 | 5.94 | 29.01 | - |
| YUV | 67.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 149 | 0.37 | 0.74 | 0 | 0.42 | 270.27 | 0.59 | 0.37 |
| Hex | 5E | 26 | 95 | 25 | 4A | 0 | 2A | 10E | 3B | 25 |
| Octal | 136 | 46 | 225 | 45 | 112 | 0 | 52 | 416 | 73 | 45 |
| Binary | 1011110 | 100110 | 10010101 | 100101 | 1001010 | 0 | 101010 | 100001110 | 111011 | 100101 |
Color Harmonies of #5E2695
Complementary color
Monochromatic Colors of #5E2695
Black with #5E2695
Text Example
Text Example
White with #5E2695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2695; }
p { color: rgb(94,38,149); }
H1.HeaderClassName
{
color: #5E2695;
}
.AnyTagClassName
{
color: #5E2695;
}
</style>
background-color css
<style>
a { background-color: #5E2695; }
a { background-color: rgb(94,38,149); }
div.DivClassName
{
background-color: #5E2695;
}
.BgClassName
{
background-color: #5E2695;
}
</style>
border-color css
<style>
span { border-color: #5E2695; }
span { border-color: rgb(94,38,149); }
td.TdClassName
{
border-color: #5E2695;
}
.TagClassName
{
border-color: #5E2695;
}
</style>