Shades of Kingfisher Daisy #5E317C
Tints of Kingfisher Daisy #5E317C
RGB
CMYK
RGB Variations
Color information
#5E317C (or 0x5E317C) is known color: Kingfisher Daisy. HEX triplet: 5E, 31 and 7C. RGB value is (94,49,124). Sum of RGB (Red+Green+Blue) = 94+49+124=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E317C is #A1CE83. Grayscale: #464646. Windows color (decimal): -10604164 or 8139102. OLE color: 8139102.
HSL color Cylindrical-coordinate representation of color #5E317C: hue angle of 276º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E317C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 49 | 124 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.51 |
| HSL | 276º | 0.43% | 0.34% | - |
| HSV(B) | 276º | 0.6% | 0.49% | - |
| XYZ | 9.35 | 6.03 | 19.74 | - |
| YUV | 71.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 124 | 0.24 | 0.60 | 0 | 0.51 | 276 | 0.43 | 0.34 |
| Hex | 5E | 31 | 7C | 18 | 3C | 0 | 33 | 114 | 2B | 22 |
| Octal | 136 | 61 | 174 | 30 | 74 | 0 | 63 | 424 | 53 | 42 |
| Binary | 1011110 | 110001 | 1111100 | 11000 | 111100 | 0 | 110011 | 100010100 | 101011 | 100010 |
Color Harmonies of #5E317C
Complementary color
Monochromatic Colors of #5E317C
Black with #5E317C
Text Example
Text Example
White with #5E317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E317C; }
p { color: rgb(94,49,124); }
H1.HeaderClassName
{
color: #5E317C;
}
.AnyTagClassName
{
color: #5E317C;
}
</style>
background-color css
<style>
a { background-color: #5E317C; }
a { background-color: rgb(94,49,124); }
div.DivClassName
{
background-color: #5E317C;
}
.BgClassName
{
background-color: #5E317C;
}
</style>
border-color css
<style>
span { border-color: #5E317C; }
span { border-color: rgb(94,49,124); }
td.TdClassName
{
border-color: #5E317C;
}
.TagClassName
{
border-color: #5E317C;
}
</style>