Shades of Kingfisher Daisy #5E238E
Tints of Kingfisher Daisy #5E238E
RGB
CMYK
RGB Variations
Color information
#5E238E (or 0x5E238E) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 8E. RGB value is (94,35,142). Sum of RGB (Red+Green+Blue) = 94+35+142=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E238E is #A1DC71. Grayscale: #404040. Windows color (decimal): -10607730 or 9315166. OLE color: 9315166.
HSL color Cylindrical-coordinate representation of color #5E238E: hue angle of 273.08º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E238E is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 35 | 142 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.44 |
| HSL | 273.08º | 0.6% | 0.35% | - |
| HSV(B) | 273.08º | 0.75% | 0.56% | - |
| XYZ | 10.1 | 5.53 | 26.13 | - |
| YUV | 64.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 142 | 0.34 | 0.75 | 0 | 0.44 | 273.08 | 0.6 | 0.35 |
| Hex | 5E | 23 | 8E | 22 | 4B | 0 | 2C | 111 | 3C | 23 |
| Octal | 136 | 43 | 216 | 42 | 113 | 0 | 54 | 421 | 74 | 43 |
| Binary | 1011110 | 100011 | 10001110 | 100010 | 1001011 | 0 | 101100 | 100010001 | 111100 | 100011 |
Color Harmonies of #5E238E
Complementary color
Monochromatic Colors of #5E238E
Black with #5E238E
Text Example
Text Example
White with #5E238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E238E; }
p { color: rgb(94,35,142); }
H1.HeaderClassName
{
color: #5E238E;
}
.AnyTagClassName
{
color: #5E238E;
}
</style>
background-color css
<style>
a { background-color: #5E238E; }
a { background-color: rgb(94,35,142); }
div.DivClassName
{
background-color: #5E238E;
}
.BgClassName
{
background-color: #5E238E;
}
</style>
border-color css
<style>
span { border-color: #5E238E; }
span { border-color: rgb(94,35,142); }
td.TdClassName
{
border-color: #5E238E;
}
.TagClassName
{
border-color: #5E238E;
}
</style>