Shades of Kingfisher Daisy #5E3A85
Tints of Kingfisher Daisy #5E3A85
RGB
CMYK
RGB Variations
Color information
#5E3A85 (or 0x5E3A85) is known color: Kingfisher Daisy. HEX triplet: 5E, 3A and 85. RGB value is (94,58,133). Sum of RGB (Red+Green+Blue) = 94+58+133=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E3A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3A85 is #A1C57A. Grayscale: #4D4D4D. Windows color (decimal): -10601851 or 8731230. OLE color: 8731230.
HSL color Cylindrical-coordinate representation of color #5E3A85: hue angle of 268.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E3A85 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 58 | 133 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.48 |
| HSL | 268.8º | 0.39% | 0.37% | - |
| HSV(B) | 268.8º | 0.56% | 0.52% | - |
| XYZ | 10.36 | 7.1 | 23.01 | - |
| YUV | 77.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 133 | 0.29 | 0.56 | 0 | 0.48 | 268.8 | 0.39 | 0.37 |
| Hex | 5E | 3A | 85 | 1D | 38 | 0 | 30 | 10D | 27 | 25 |
| Octal | 136 | 72 | 205 | 35 | 70 | 0 | 60 | 415 | 47 | 45 |
| Binary | 1011110 | 111010 | 10000101 | 11101 | 111000 | 0 | 110000 | 100001101 | 100111 | 100101 |
Color Harmonies of #5E3A85
Complementary color
Monochromatic Colors of #5E3A85
Black with #5E3A85
Text Example
Text Example
White with #5E3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3A85; }
p { color: rgb(94,58,133); }
H1.HeaderClassName
{
color: #5E3A85;
}
.AnyTagClassName
{
color: #5E3A85;
}
</style>
background-color css
<style>
a { background-color: #5E3A85; }
a { background-color: rgb(94,58,133); }
div.DivClassName
{
background-color: #5E3A85;
}
.BgClassName
{
background-color: #5E3A85;
}
</style>
border-color css
<style>
span { border-color: #5E3A85; }
span { border-color: rgb(94,58,133); }
td.TdClassName
{
border-color: #5E3A85;
}
.TagClassName
{
border-color: #5E3A85;
}
</style>