Shades of Kingfisher Daisy #5E227D
Tints of Kingfisher Daisy #5E227D
RGB
CMYK
RGB Variations
Color information
#5E227D (or 0x5E227D) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 7D. RGB value is (94,34,125). Sum of RGB (Red+Green+Blue) = 94+34+125=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E227D is #A1DD82. Grayscale: #3E3E3E. Windows color (decimal): -10608003 or 8200798. OLE color: 8200798.
HSL color Cylindrical-coordinate representation of color #5E227D: hue angle of 279.56º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E227D is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 34 | 125 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.51 |
| HSL | 279.56º | 0.57% | 0.31% | - |
| HSV(B) | 279.56º | 0.73% | 0.49% | - |
| XYZ | 8.89 | 5 | 19.9 | - |
| YUV | 62.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 125 | 0.25 | 0.73 | 0 | 0.51 | 279.56 | 0.57 | 0.31 |
| Hex | 5E | 22 | 7D | 19 | 49 | 0 | 33 | 118 | 39 | 1F |
| Octal | 136 | 42 | 175 | 31 | 111 | 0 | 63 | 430 | 71 | 37 |
| Binary | 1011110 | 100010 | 1111101 | 11001 | 1001001 | 0 | 110011 | 100011000 | 111001 | 11111 |
Color Harmonies of #5E227D
Complementary color
Monochromatic Colors of #5E227D
Black with #5E227D
Text Example
Text Example
White with #5E227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E227D; }
p { color: rgb(94,34,125); }
H1.HeaderClassName
{
color: #5E227D;
}
.AnyTagClassName
{
color: #5E227D;
}
</style>
background-color css
<style>
a { background-color: #5E227D; }
a { background-color: rgb(94,34,125); }
div.DivClassName
{
background-color: #5E227D;
}
.BgClassName
{
background-color: #5E227D;
}
</style>
border-color css
<style>
span { border-color: #5E227D; }
span { border-color: rgb(94,34,125); }
td.TdClassName
{
border-color: #5E227D;
}
.TagClassName
{
border-color: #5E227D;
}
</style>