Shades of Kingfisher Daisy #5E477A
Tints of Kingfisher Daisy #5E477A
RGB
CMYK
RGB Variations
Color information
#5E477A (or 0x5E477A) is known color: Kingfisher Daisy. HEX triplet: 5E, 47 and 7A. RGB value is (94,71,122). Sum of RGB (Red+Green+Blue) = 94+71+122=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E477A is #A1B885. Grayscale: #535353. Windows color (decimal): -10598534 or 8013662. OLE color: 8013662.
HSL color Cylindrical-coordinate representation of color #5E477A: hue angle of 267.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E477A is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 71 | 122 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.52 |
| HSL | 267.06º | 0.26% | 0.38% | - |
| HSV(B) | 267.06º | 0.42% | 0.48% | - |
| XYZ | 10.38 | 8.29 | 19.47 | - |
| YUV | 83.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 122 | 0.23 | 0.42 | 0 | 0.52 | 267.06 | 0.26 | 0.38 |
| Hex | 5E | 47 | 7A | 17 | 2A | 0 | 34 | 10B | 1A | 26 |
| Octal | 136 | 107 | 172 | 27 | 52 | 0 | 64 | 413 | 32 | 46 |
| Binary | 1011110 | 1000111 | 1111010 | 10111 | 101010 | 0 | 110100 | 100001011 | 11010 | 100110 |
Color Harmonies of #5E477A
Complementary color
Monochromatic Colors of #5E477A
Black with #5E477A
Text Example
Text Example
White with #5E477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E477A; }
p { color: rgb(94,71,122); }
H1.HeaderClassName
{
color: #5E477A;
}
.AnyTagClassName
{
color: #5E477A;
}
</style>
background-color css
<style>
a { background-color: #5E477A; }
a { background-color: rgb(94,71,122); }
div.DivClassName
{
background-color: #5E477A;
}
.BgClassName
{
background-color: #5E477A;
}
</style>
border-color css
<style>
span { border-color: #5E477A; }
span { border-color: rgb(94,71,122); }
td.TdClassName
{
border-color: #5E477A;
}
.TagClassName
{
border-color: #5E477A;
}
</style>