Shades of Kingfisher Daisy #5D327C
Tints of Kingfisher Daisy #5D327C
RGB
CMYK
RGB Variations
Color information
#5D327C (or 0x5D327C) is known color: Kingfisher Daisy. HEX triplet: 5D, 32 and 7C. RGB value is (93,50,124). Sum of RGB (Red+Green+Blue) = 93+50+124=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 50 (19.92% from 255 or 18.73% 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 #5D327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D327C is #A2CD83. Grayscale: #474747. Windows color (decimal): -10669444 or 8139357. OLE color: 8139357.
HSL color Cylindrical-coordinate representation of color #5D327C: hue angle of 274.86º 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 #5D327C is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 50 | 124 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.51 |
| HSL | 274.86º | 0.43% | 0.34% | - |
| HSV(B) | 274.86º | 0.6% | 0.49% | - |
| XYZ | 9.29 | 6.06 | 19.75 | - |
| YUV | 71.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 124 | 0.25 | 0.60 | 0 | 0.51 | 274.86 | 0.43 | 0.34 |
| Hex | 5D | 32 | 7C | 19 | 3C | 0 | 33 | 113 | 2B | 22 |
| Octal | 135 | 62 | 174 | 31 | 74 | 0 | 63 | 423 | 53 | 42 |
| Binary | 1011101 | 110010 | 1111100 | 11001 | 111100 | 0 | 110011 | 100010011 | 101011 | 100010 |
Color Harmonies of #5D327C
Complementary color
Monochromatic Colors of #5D327C
Black with #5D327C
Text Example
Text Example
White with #5D327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D327C; }
p { color: rgb(93,50,124); }
H1.HeaderClassName
{
color: #5D327C;
}
.AnyTagClassName
{
color: #5D327C;
}
</style>
background-color css
<style>
a { background-color: #5D327C; }
a { background-color: rgb(93,50,124); }
div.DivClassName
{
background-color: #5D327C;
}
.BgClassName
{
background-color: #5D327C;
}
</style>
border-color css
<style>
span { border-color: #5D327C; }
span { border-color: rgb(93,50,124); }
td.TdClassName
{
border-color: #5D327C;
}
.TagClassName
{
border-color: #5D327C;
}
</style>