Shades of Kingfisher Daisy #5E257F
Tints of Kingfisher Daisy #5E257F
RGB
CMYK
RGB Variations
Color information
#5E257F (or 0x5E257F) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 7F. RGB value is (94,37,127). Sum of RGB (Red+Green+Blue) = 94+37+127=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E257F is #A1DA80. Grayscale: #404040. Windows color (decimal): -10607233 or 8332638. OLE color: 8332638.
HSL color Cylindrical-coordinate representation of color #5E257F: hue angle of 278º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E257F is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 37 | 127 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.50 |
| HSL | 278º | 0.55% | 0.32% | - |
| HSV(B) | 278º | 0.71% | 0.5% | - |
| XYZ | 9.11 | 5.24 | 20.61 | - |
| YUV | 64.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 127 | 0.26 | 0.71 | 0 | 0.50 | 278 | 0.55 | 0.32 |
| Hex | 5E | 25 | 7F | 1A | 47 | 0 | 32 | 116 | 37 | 20 |
| Octal | 136 | 45 | 177 | 32 | 107 | 0 | 62 | 426 | 67 | 40 |
| Binary | 1011110 | 100101 | 1111111 | 11010 | 1000111 | 0 | 110010 | 100010110 | 110111 | 100000 |
Color Harmonies of #5E257F
Complementary color
Monochromatic Colors of #5E257F
Black with #5E257F
Text Example
Text Example
White with #5E257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E257F; }
p { color: rgb(94,37,127); }
H1.HeaderClassName
{
color: #5E257F;
}
.AnyTagClassName
{
color: #5E257F;
}
</style>
background-color css
<style>
a { background-color: #5E257F; }
a { background-color: rgb(94,37,127); }
div.DivClassName
{
background-color: #5E257F;
}
.BgClassName
{
background-color: #5E257F;
}
</style>
border-color css
<style>
span { border-color: #5E257F; }
span { border-color: rgb(94,37,127); }
td.TdClassName
{
border-color: #5E257F;
}
.TagClassName
{
border-color: #5E257F;
}
</style>