Shades of Kingfisher Daisy #5E348C
Tints of Kingfisher Daisy #5E348C
RGB
CMYK
RGB Variations
Color information
#5E348C (or 0x5E348C) is known color: Kingfisher Daisy. HEX triplet: 5E, 34 and 8C. RGB value is (94,52,140). Sum of RGB (Red+Green+Blue) = 94+52+140=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E348C is #A1CB73. Grayscale: #4A4A4A. Windows color (decimal): -10603380 or 9188446. OLE color: 9188446.
HSL color Cylindrical-coordinate representation of color #5E348C: hue angle of 268.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E348C is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 52 | 140 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.45 |
| HSL | 268.64º | 0.46% | 0.38% | - |
| HSV(B) | 268.64º | 0.63% | 0.55% | - |
| XYZ | 10.58 | 6.73 | 25.55 | - |
| YUV | 74.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 140 | 0.33 | 0.63 | 0 | 0.45 | 268.64 | 0.46 | 0.38 |
| Hex | 5E | 34 | 8C | 21 | 3F | 0 | 2D | 10D | 2E | 26 |
| Octal | 136 | 64 | 214 | 41 | 77 | 0 | 55 | 415 | 56 | 46 |
| Binary | 1011110 | 110100 | 10001100 | 100001 | 111111 | 0 | 101101 | 100001101 | 101110 | 100110 |
Color Harmonies of #5E348C
Complementary color
Monochromatic Colors of #5E348C
Black with #5E348C
Text Example
Text Example
White with #5E348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E348C; }
p { color: rgb(94,52,140); }
H1.HeaderClassName
{
color: #5E348C;
}
.AnyTagClassName
{
color: #5E348C;
}
</style>
background-color css
<style>
a { background-color: #5E348C; }
a { background-color: rgb(94,52,140); }
div.DivClassName
{
background-color: #5E348C;
}
.BgClassName
{
background-color: #5E348C;
}
</style>
border-color css
<style>
span { border-color: #5E348C; }
span { border-color: rgb(94,52,140); }
td.TdClassName
{
border-color: #5E348C;
}
.TagClassName
{
border-color: #5E348C;
}
</style>