Shades of Kingfisher Daisy #5E228F
Tints of Kingfisher Daisy #5E228F
RGB
CMYK
RGB Variations
Color information
#5E228F (or 0x5E228F) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 8F. RGB value is (94,34,143). Sum of RGB (Red+Green+Blue) = 94+34+143=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E228F is #A1DD70. Grayscale: #3F3F3F. Windows color (decimal): -10607985 or 9380446. OLE color: 9380446.
HSL color Cylindrical-coordinate representation of color #5E228F: hue angle of 273.03º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E228F is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 34 | 143 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.44 |
| HSL | 273.03º | 0.62% | 0.35% | - |
| HSV(B) | 273.03º | 0.76% | 0.56% | - |
| XYZ | 10.15 | 5.51 | 26.51 | - |
| YUV | 64.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 143 | 0.34 | 0.76 | 0 | 0.44 | 273.03 | 0.62 | 0.35 |
| Hex | 5E | 22 | 8F | 22 | 4C | 0 | 2C | 111 | 3E | 23 |
| Octal | 136 | 42 | 217 | 42 | 114 | 0 | 54 | 421 | 76 | 43 |
| Binary | 1011110 | 100010 | 10001111 | 100010 | 1001100 | 0 | 101100 | 100010001 | 111110 | 100011 |
Color Harmonies of #5E228F
Complementary color
Monochromatic Colors of #5E228F
Black with #5E228F
Text Example
Text Example
White with #5E228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E228F; }
p { color: rgb(94,34,143); }
H1.HeaderClassName
{
color: #5E228F;
}
.AnyTagClassName
{
color: #5E228F;
}
</style>
background-color css
<style>
a { background-color: #5E228F; }
a { background-color: rgb(94,34,143); }
div.DivClassName
{
background-color: #5E228F;
}
.BgClassName
{
background-color: #5E228F;
}
</style>
border-color css
<style>
span { border-color: #5E228F; }
span { border-color: rgb(94,34,143); }
td.TdClassName
{
border-color: #5E228F;
}
.TagClassName
{
border-color: #5E228F;
}
</style>