Shades of Kingfisher Daisy #5E347F
Tints of Kingfisher Daisy #5E347F
RGB
CMYK
RGB Variations
Color information
#5E347F (or 0x5E347F) is known color: Kingfisher Daisy. HEX triplet: 5E, 34 and 7F. RGB value is (94,52,127). Sum of RGB (Red+Green+Blue) = 94+52+127=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E347F is #A1CB80. Grayscale: #484848. Windows color (decimal): -10603393 or 8336478. OLE color: 8336478.
HSL color Cylindrical-coordinate representation of color #5E347F: hue angle of 273.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E347F is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 52 | 127 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.50 |
| HSL | 273.6º | 0.42% | 0.35% | - |
| HSV(B) | 273.6º | 0.59% | 0.5% | - |
| XYZ | 9.67 | 6.37 | 20.8 | - |
| YUV | 73.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 127 | 0.26 | 0.59 | 0 | 0.50 | 273.6 | 0.42 | 0.35 |
| Hex | 5E | 34 | 7F | 1A | 3B | 0 | 32 | 112 | 2A | 23 |
| Octal | 136 | 64 | 177 | 32 | 73 | 0 | 62 | 422 | 52 | 43 |
| Binary | 1011110 | 110100 | 1111111 | 11010 | 111011 | 0 | 110010 | 100010010 | 101010 | 100011 |
Color Harmonies of #5E347F
Complementary color
Monochromatic Colors of #5E347F
Black with #5E347F
Text Example
Text Example
White with #5E347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E347F; }
p { color: rgb(94,52,127); }
H1.HeaderClassName
{
color: #5E347F;
}
.AnyTagClassName
{
color: #5E347F;
}
</style>
background-color css
<style>
a { background-color: #5E347F; }
a { background-color: rgb(94,52,127); }
div.DivClassName
{
background-color: #5E347F;
}
.BgClassName
{
background-color: #5E347F;
}
</style>
border-color css
<style>
span { border-color: #5E347F; }
span { border-color: rgb(94,52,127); }
td.TdClassName
{
border-color: #5E347F;
}
.TagClassName
{
border-color: #5E347F;
}
</style>