Shades of Kingfisher Daisy #5E3089
Tints of Kingfisher Daisy #5E3089
RGB
CMYK
RGB Variations
Color information
#5E3089 (or 0x5E3089) is known color: Kingfisher Daisy. HEX triplet: 5E, 30 and 89. RGB value is (94,48,137). Sum of RGB (Red+Green+Blue) = 94+48+137=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3089 is #A1CF76. Grayscale: #474747. Windows color (decimal): -10604407 or 8990814. OLE color: 8990814.
HSL color Cylindrical-coordinate representation of color #5E3089: hue angle of 271.01º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3089 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 48 | 137 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.46 |
| HSL | 271.01º | 0.48% | 0.36% | - |
| HSV(B) | 271.01º | 0.65% | 0.54% | - |
| XYZ | 10.19 | 6.3 | 24.35 | - |
| YUV | 71.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 137 | 0.31 | 0.65 | 0 | 0.46 | 271.01 | 0.48 | 0.36 |
| Hex | 5E | 30 | 89 | 1F | 41 | 0 | 2E | 10F | 30 | 24 |
| Octal | 136 | 60 | 211 | 37 | 101 | 0 | 56 | 417 | 60 | 44 |
| Binary | 1011110 | 110000 | 10001001 | 11111 | 1000001 | 0 | 101110 | 100001111 | 110000 | 100100 |
Color Harmonies of #5E3089
Complementary color
Monochromatic Colors of #5E3089
Black with #5E3089
Text Example
Text Example
White with #5E3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3089; }
p { color: rgb(94,48,137); }
H1.HeaderClassName
{
color: #5E3089;
}
.AnyTagClassName
{
color: #5E3089;
}
</style>
background-color css
<style>
a { background-color: #5E3089; }
a { background-color: rgb(94,48,137); }
div.DivClassName
{
background-color: #5E3089;
}
.BgClassName
{
background-color: #5E3089;
}
</style>
border-color css
<style>
span { border-color: #5E3089; }
span { border-color: rgb(94,48,137); }
td.TdClassName
{
border-color: #5E3089;
}
.TagClassName
{
border-color: #5E3089;
}
</style>