Shades of Kingfisher Daisy #5D347C
Tints of Kingfisher Daisy #5D347C
RGB
CMYK
RGB Variations
Color information
#5D347C (or 0x5D347C) is known color: Kingfisher Daisy. HEX triplet: 5D, 34 and 7C. RGB value is (93,52,124). Sum of RGB (Red+Green+Blue) = 93+52+124=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D347C is #A2CB83. Grayscale: #484848. Windows color (decimal): -10668932 or 8139869. OLE color: 8139869.
HSL color Cylindrical-coordinate representation of color #5D347C: hue angle of 274.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D347C is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 52 | 124 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.51 |
| HSL | 274.17º | 0.41% | 0.35% | - |
| HSV(B) | 274.17º | 0.58% | 0.49% | - |
| XYZ | 9.38 | 6.24 | 19.78 | - |
| YUV | 72.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 124 | 0.25 | 0.58 | 0 | 0.51 | 274.17 | 0.41 | 0.35 |
| Hex | 5D | 34 | 7C | 19 | 3A | 0 | 33 | 112 | 29 | 23 |
| Octal | 135 | 64 | 174 | 31 | 72 | 0 | 63 | 422 | 51 | 43 |
| Binary | 1011101 | 110100 | 1111100 | 11001 | 111010 | 0 | 110011 | 100010010 | 101001 | 100011 |
Color Harmonies of #5D347C
Complementary color
Monochromatic Colors of #5D347C
Black with #5D347C
Text Example
Text Example
White with #5D347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D347C; }
p { color: rgb(93,52,124); }
H1.HeaderClassName
{
color: #5D347C;
}
.AnyTagClassName
{
color: #5D347C;
}
</style>
background-color css
<style>
a { background-color: #5D347C; }
a { background-color: rgb(93,52,124); }
div.DivClassName
{
background-color: #5D347C;
}
.BgClassName
{
background-color: #5D347C;
}
</style>
border-color css
<style>
span { border-color: #5D347C; }
span { border-color: rgb(93,52,124); }
td.TdClassName
{
border-color: #5D347C;
}
.TagClassName
{
border-color: #5D347C;
}
</style>