Shades of Kingfisher Daisy #5E3F7C
Tints of Kingfisher Daisy #5E3F7C
RGB
CMYK
RGB Variations
Color information
#5E3F7C (or 0x5E3F7C) is known color: Kingfisher Daisy. HEX triplet: 5E, 3F and 7C. RGB value is (94,63,124). Sum of RGB (Red+Green+Blue) = 94+63+124=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E3F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3F7C is #A1C083. Grayscale: #4F4F4F. Windows color (decimal): -10600580 or 8142686. OLE color: 8142686.
HSL color Cylindrical-coordinate representation of color #5E3F7C: hue angle of 270.49º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3F7C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 63 | 124 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.51 |
| HSL | 270.49º | 0.33% | 0.37% | - |
| HSV(B) | 270.49º | 0.49% | 0.49% | - |
| XYZ | 10.03 | 7.39 | 19.97 | - |
| YUV | 79.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 124 | 0.24 | 0.49 | 0 | 0.51 | 270.49 | 0.33 | 0.37 |
| Hex | 5E | 3F | 7C | 18 | 31 | 0 | 33 | 10E | 21 | 25 |
| Octal | 136 | 77 | 174 | 30 | 61 | 0 | 63 | 416 | 41 | 45 |
| Binary | 1011110 | 111111 | 1111100 | 11000 | 110001 | 0 | 110011 | 100001110 | 100001 | 100101 |
Color Harmonies of #5E3F7C
Complementary color
Monochromatic Colors of #5E3F7C
Black with #5E3F7C
Text Example
Text Example
White with #5E3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F7C; }
p { color: rgb(94,63,124); }
H1.HeaderClassName
{
color: #5E3F7C;
}
.AnyTagClassName
{
color: #5E3F7C;
}
</style>
background-color css
<style>
a { background-color: #5E3F7C; }
a { background-color: rgb(94,63,124); }
div.DivClassName
{
background-color: #5E3F7C;
}
.BgClassName
{
background-color: #5E3F7C;
}
</style>
border-color css
<style>
span { border-color: #5E3F7C; }
span { border-color: rgb(94,63,124); }
td.TdClassName
{
border-color: #5E3F7C;
}
.TagClassName
{
border-color: #5E3F7C;
}
</style>