Shades of Kingfisher Daisy #5E227C
Tints of Kingfisher Daisy #5E227C
RGB
CMYK
RGB Variations
Color information
#5E227C (or 0x5E227C) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 7C. RGB value is (94,34,124). Sum of RGB (Red+Green+Blue) = 94+34+124=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E227C is #A1DD83. Grayscale: #3D3D3D. Windows color (decimal): -10608004 or 8135262. OLE color: 8135262.
HSL color Cylindrical-coordinate representation of color #5E227C: hue angle of 280º 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 #5E227C is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 34 | 124 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.51 |
| HSL | 280º | 0.57% | 0.31% | - |
| HSV(B) | 280º | 0.73% | 0.49% | - |
| XYZ | 8.83 | 4.98 | 19.56 | - |
| YUV | 62.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 124 | 0.24 | 0.73 | 0 | 0.51 | 280 | 0.57 | 0.31 |
| Hex | 5E | 22 | 7C | 18 | 49 | 0 | 33 | 118 | 39 | 1F |
| Octal | 136 | 42 | 174 | 30 | 111 | 0 | 63 | 430 | 71 | 37 |
| Binary | 1011110 | 100010 | 1111100 | 11000 | 1001001 | 0 | 110011 | 100011000 | 111001 | 11111 |
Color Harmonies of #5E227C
Complementary color
Monochromatic Colors of #5E227C
Black with #5E227C
Text Example
Text Example
White with #5E227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E227C; }
p { color: rgb(94,34,124); }
H1.HeaderClassName
{
color: #5E227C;
}
.AnyTagClassName
{
color: #5E227C;
}
</style>
background-color css
<style>
a { background-color: #5E227C; }
a { background-color: rgb(94,34,124); }
div.DivClassName
{
background-color: #5E227C;
}
.BgClassName
{
background-color: #5E227C;
}
</style>
border-color css
<style>
span { border-color: #5E227C; }
span { border-color: rgb(94,34,124); }
td.TdClassName
{
border-color: #5E227C;
}
.TagClassName
{
border-color: #5E227C;
}
</style>