Shades of Kingfisher Daisy #5E2288
Tints of Kingfisher Daisy #5E2288
RGB
CMYK
RGB Variations
Color information
#5E2288 (or 0x5E2288) is known color: Kingfisher Daisy. HEX triplet: 5E, 22 and 88. RGB value is (94,34,136). Sum of RGB (Red+Green+Blue) = 94+34+136=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2288 is #A1DD77. Grayscale: #3F3F3F. Windows color (decimal): -10607992 or 8921694. OLE color: 8921694.
HSL color Cylindrical-coordinate representation of color #5E2288: hue angle of 275.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2288 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 34 | 136 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.47 |
| HSL | 275.29º | 0.6% | 0.33% | - |
| HSV(B) | 275.29º | 0.75% | 0.53% | - |
| XYZ | 9.63 | 5.3 | 23.81 | - |
| YUV | 63.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 136 | 0.31 | 0.75 | 0 | 0.47 | 275.29 | 0.6 | 0.33 |
| Hex | 5E | 22 | 88 | 1F | 4B | 0 | 2F | 113 | 3C | 21 |
| Octal | 136 | 42 | 210 | 37 | 113 | 0 | 57 | 423 | 74 | 41 |
| Binary | 1011110 | 100010 | 10001000 | 11111 | 1001011 | 0 | 101111 | 100010011 | 111100 | 100001 |
Color Harmonies of #5E2288
Complementary color
Monochromatic Colors of #5E2288
Black with #5E2288
Text Example
Text Example
White with #5E2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2288; }
p { color: rgb(94,34,136); }
H1.HeaderClassName
{
color: #5E2288;
}
.AnyTagClassName
{
color: #5E2288;
}
</style>
background-color css
<style>
a { background-color: #5E2288; }
a { background-color: rgb(94,34,136); }
div.DivClassName
{
background-color: #5E2288;
}
.BgClassName
{
background-color: #5E2288;
}
</style>
border-color css
<style>
span { border-color: #5E2288; }
span { border-color: rgb(94,34,136); }
td.TdClassName
{
border-color: #5E2288;
}
.TagClassName
{
border-color: #5E2288;
}
</style>