Shades of Kingfisher Daisy #5C318D
Tints of Kingfisher Daisy #5C318D
RGB
CMYK
RGB Variations
Color information
#5C318D (or 0x5C318D) is known color: Kingfisher Daisy. HEX triplet: 5C, 31 and 8D. RGB value is (92,49,141). Sum of RGB (Red+Green+Blue) = 92+49+141=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C318D is #A3CE72. Grayscale: #484848. Windows color (decimal): -10735219 or 9253212. OLE color: 9253212.
HSL color Cylindrical-coordinate representation of color #5C318D: hue angle of 268.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C318D is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 49 | 141 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.45 |
| HSL | 268.04º | 0.48% | 0.37% | - |
| HSV(B) | 268.04º | 0.65% | 0.55% | - |
| XYZ | 10.32 | 6.4 | 25.89 | - |
| YUV | 72.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 141 | 0.35 | 0.65 | 0 | 0.45 | 268.04 | 0.48 | 0.37 |
| Hex | 5C | 31 | 8D | 23 | 41 | 0 | 2D | 10C | 30 | 25 |
| Octal | 134 | 61 | 215 | 43 | 101 | 0 | 55 | 414 | 60 | 45 |
| Binary | 1011100 | 110001 | 10001101 | 100011 | 1000001 | 0 | 101101 | 100001100 | 110000 | 100101 |
Color Harmonies of #5C318D
Complementary color
Monochromatic Colors of #5C318D
Black with #5C318D
Text Example
Text Example
White with #5C318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C318D; }
p { color: rgb(92,49,141); }
H1.HeaderClassName
{
color: #5C318D;
}
.AnyTagClassName
{
color: #5C318D;
}
</style>
background-color css
<style>
a { background-color: #5C318D; }
a { background-color: rgb(92,49,141); }
div.DivClassName
{
background-color: #5C318D;
}
.BgClassName
{
background-color: #5C318D;
}
</style>
border-color css
<style>
span { border-color: #5C318D; }
span { border-color: rgb(92,49,141); }
td.TdClassName
{
border-color: #5C318D;
}
.TagClassName
{
border-color: #5C318D;
}
</style>