Shades of Kingfisher Daisy #5D417C
Tints of Kingfisher Daisy #5D417C
RGB
CMYK
RGB Variations
Color information
#5D417C (or 0x5D417C) is known color: Kingfisher Daisy. HEX triplet: 5D, 41 and 7C. RGB value is (93,65,124). Sum of RGB (Red+Green+Blue) = 93+65+124=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D417C is #A2BE83. Grayscale: #4F4F4F. Windows color (decimal): -10665604 or 8143197. OLE color: 8143197.
HSL color Cylindrical-coordinate representation of color #5D417C: hue angle of 268.47º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D417C is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 65 | 124 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.51 |
| HSL | 268.47º | 0.31% | 0.37% | - |
| HSV(B) | 268.47º | 0.48% | 0.49% | - |
| XYZ | 10.04 | 7.56 | 20 | - |
| YUV | 80.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 124 | 0.25 | 0.48 | 0 | 0.51 | 268.47 | 0.31 | 0.37 |
| Hex | 5D | 41 | 7C | 19 | 30 | 0 | 33 | 10C | 1F | 25 |
| Octal | 135 | 101 | 174 | 31 | 60 | 0 | 63 | 414 | 37 | 45 |
| Binary | 1011101 | 1000001 | 1111100 | 11001 | 110000 | 0 | 110011 | 100001100 | 11111 | 100101 |
Color Harmonies of #5D417C
Complementary color
Monochromatic Colors of #5D417C
Black with #5D417C
Text Example
Text Example
White with #5D417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D417C; }
p { color: rgb(93,65,124); }
H1.HeaderClassName
{
color: #5D417C;
}
.AnyTagClassName
{
color: #5D417C;
}
</style>
background-color css
<style>
a { background-color: #5D417C; }
a { background-color: rgb(93,65,124); }
div.DivClassName
{
background-color: #5D417C;
}
.BgClassName
{
background-color: #5D417C;
}
</style>
border-color css
<style>
span { border-color: #5D417C; }
span { border-color: rgb(93,65,124); }
td.TdClassName
{
border-color: #5D417C;
}
.TagClassName
{
border-color: #5D417C;
}
</style>