Shades of Kingfisher Daisy #5E358B
Tints of Kingfisher Daisy #5E358B
RGB
CMYK
RGB Variations
Color information
#5E358B (or 0x5E358B) is known color: Kingfisher Daisy. HEX triplet: 5E, 35 and 8B. RGB value is (94,53,139). Sum of RGB (Red+Green+Blue) = 94+53+139=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E358B is #A1CA74. Grayscale: #4A4A4A. Windows color (decimal): -10603125 or 9123166. OLE color: 9123166.
HSL color Cylindrical-coordinate representation of color #5E358B: hue angle of 268.6º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E358B is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 53 | 139 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.45 |
| HSL | 268.6º | 0.45% | 0.38% | - |
| HSV(B) | 268.6º | 0.62% | 0.55% | - |
| XYZ | 10.55 | 6.79 | 25.18 | - |
| YUV | 75.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 139 | 0.32 | 0.62 | 0 | 0.45 | 268.6 | 0.45 | 0.38 |
| Hex | 5E | 35 | 8B | 20 | 3E | 0 | 2D | 10D | 2D | 26 |
| Octal | 136 | 65 | 213 | 40 | 76 | 0 | 55 | 415 | 55 | 46 |
| Binary | 1011110 | 110101 | 10001011 | 100000 | 111110 | 0 | 101101 | 100001101 | 101101 | 100110 |
Color Harmonies of #5E358B
Complementary color
Monochromatic Colors of #5E358B
Black with #5E358B
Text Example
Text Example
White with #5E358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E358B; }
p { color: rgb(94,53,139); }
H1.HeaderClassName
{
color: #5E358B;
}
.AnyTagClassName
{
color: #5E358B;
}
</style>
background-color css
<style>
a { background-color: #5E358B; }
a { background-color: rgb(94,53,139); }
div.DivClassName
{
background-color: #5E358B;
}
.BgClassName
{
background-color: #5E358B;
}
</style>
border-color css
<style>
span { border-color: #5E358B; }
span { border-color: rgb(94,53,139); }
td.TdClassName
{
border-color: #5E358B;
}
.TagClassName
{
border-color: #5E358B;
}
</style>