Shades of Kingfisher Daisy #5E237E
Tints of Kingfisher Daisy #5E237E
RGB
CMYK
RGB Variations
Color information
#5E237E (or 0x5E237E) is known color: Kingfisher Daisy. HEX triplet: 5E, 23 and 7E. RGB value is (94,35,126). Sum of RGB (Red+Green+Blue) = 94+35+126=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E237E is #A1DC81. Grayscale: #3E3E3E. Windows color (decimal): -10607746 or 8266590. OLE color: 8266590.
HSL color Cylindrical-coordinate representation of color #5E237E: hue angle of 278.9º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E237E is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 35 | 126 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.51 |
| HSL | 278.9º | 0.57% | 0.32% | - |
| HSV(B) | 278.9º | 0.72% | 0.49% | - |
| XYZ | 8.98 | 5.09 | 20.25 | - |
| YUV | 63.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 126 | 0.25 | 0.72 | 0 | 0.51 | 278.9 | 0.57 | 0.32 |
| Hex | 5E | 23 | 7E | 19 | 48 | 0 | 33 | 117 | 39 | 20 |
| Octal | 136 | 43 | 176 | 31 | 110 | 0 | 63 | 427 | 71 | 40 |
| Binary | 1011110 | 100011 | 1111110 | 11001 | 1001000 | 0 | 110011 | 100010111 | 111001 | 100000 |
Color Harmonies of #5E237E
Complementary color
Monochromatic Colors of #5E237E
Black with #5E237E
Text Example
Text Example
White with #5E237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E237E; }
p { color: rgb(94,35,126); }
H1.HeaderClassName
{
color: #5E237E;
}
.AnyTagClassName
{
color: #5E237E;
}
</style>
background-color css
<style>
a { background-color: #5E237E; }
a { background-color: rgb(94,35,126); }
div.DivClassName
{
background-color: #5E237E;
}
.BgClassName
{
background-color: #5E237E;
}
</style>
border-color css
<style>
span { border-color: #5E237E; }
span { border-color: rgb(94,35,126); }
td.TdClassName
{
border-color: #5E237E;
}
.TagClassName
{
border-color: #5E237E;
}
</style>