Shades of Kingfisher Daisy #5D328D
Tints of Kingfisher Daisy #5D328D
RGB
CMYK
RGB Variations
Color information
#5D328D (or 0x5D328D) is known color: Kingfisher Daisy. HEX triplet: 5D, 32 and 8D. RGB value is (93,50,141). Sum of RGB (Red+Green+Blue) = 93+50+141=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D328D is #A2CD72. Grayscale: #484848. Windows color (decimal): -10669427 or 9253469. OLE color: 9253469.
HSL color Cylindrical-coordinate representation of color #5D328D: hue angle of 268.35º 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 #5D328D is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 50 | 141 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.45 |
| HSL | 268.35º | 0.48% | 0.37% | - |
| HSV(B) | 268.35º | 0.65% | 0.55% | - |
| XYZ | 10.46 | 6.53 | 25.91 | - |
| YUV | 73.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 141 | 0.34 | 0.65 | 0 | 0.45 | 268.35 | 0.48 | 0.37 |
| Hex | 5D | 32 | 8D | 22 | 41 | 0 | 2D | 10C | 30 | 25 |
| Octal | 135 | 62 | 215 | 42 | 101 | 0 | 55 | 414 | 60 | 45 |
| Binary | 1011101 | 110010 | 10001101 | 100010 | 1000001 | 0 | 101101 | 100001100 | 110000 | 100101 |
Color Harmonies of #5D328D
Complementary color
Monochromatic Colors of #5D328D
Black with #5D328D
Text Example
Text Example
White with #5D328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D328D; }
p { color: rgb(93,50,141); }
H1.HeaderClassName
{
color: #5D328D;
}
.AnyTagClassName
{
color: #5D328D;
}
</style>
background-color css
<style>
a { background-color: #5D328D; }
a { background-color: rgb(93,50,141); }
div.DivClassName
{
background-color: #5D328D;
}
.BgClassName
{
background-color: #5D328D;
}
</style>
border-color css
<style>
span { border-color: #5D328D; }
span { border-color: rgb(93,50,141); }
td.TdClassName
{
border-color: #5D328D;
}
.TagClassName
{
border-color: #5D328D;
}
</style>