Shades of Kingfisher Daisy #5E2597
Tints of Kingfisher Daisy #5E2597
RGB
CMYK
RGB Variations
Color information
#5E2597 (or 0x5E2597) is known color: Kingfisher Daisy. HEX triplet: 5E, 25 and 97. RGB value is (94,37,151). Sum of RGB (Red+Green+Blue) = 94+37+151=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E2597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2597 is #A1DA68. Grayscale: #424242. Windows color (decimal): -10607209 or 9905502. OLE color: 9905502.
HSL color Cylindrical-coordinate representation of color #5E2597: hue angle of 270º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2597 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 37 | 151 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.41 |
| HSL | 270º | 0.61% | 0.37% | - |
| HSV(B) | 270º | 0.75% | 0.59% | - |
| XYZ | 10.86 | 5.94 | 29.85 | - |
| YUV | 67.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 151 | 0.38 | 0.75 | 0 | 0.41 | 270 | 0.61 | 0.37 |
| Hex | 5E | 25 | 97 | 26 | 4B | 0 | 29 | 10E | 3D | 25 |
| Octal | 136 | 45 | 227 | 46 | 113 | 0 | 51 | 416 | 75 | 45 |
| Binary | 1011110 | 100101 | 10010111 | 100110 | 1001011 | 0 | 101001 | 100001110 | 111101 | 100101 |
Color Harmonies of #5E2597
Complementary color
Monochromatic Colors of #5E2597
Black with #5E2597
Text Example
Text Example
White with #5E2597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2597; }
p { color: rgb(94,37,151); }
H1.HeaderClassName
{
color: #5E2597;
}
.AnyTagClassName
{
color: #5E2597;
}
</style>
background-color css
<style>
a { background-color: #5E2597; }
a { background-color: rgb(94,37,151); }
div.DivClassName
{
background-color: #5E2597;
}
.BgClassName
{
background-color: #5E2597;
}
</style>
border-color css
<style>
span { border-color: #5E2597; }
span { border-color: rgb(94,37,151); }
td.TdClassName
{
border-color: #5E2597;
}
.TagClassName
{
border-color: #5E2597;
}
</style>