Shades of Kingfisher Daisy #5D318B
Tints of Kingfisher Daisy #5D318B
RGB
CMYK
RGB Variations
Color information
#5D318B (or 0x5D318B) is known color: Kingfisher Daisy. HEX triplet: 5D, 31 and 8B. RGB value is (93,49,139). Sum of RGB (Red+Green+Blue) = 93+49+139=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D318B is #A2CE74. Grayscale: #484848. Windows color (decimal): -10669685 or 9122141. OLE color: 9122141.
HSL color Cylindrical-coordinate representation of color #5D318B: hue angle of 269.33º 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 #5D318B is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 49 | 139 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.45 |
| HSL | 269.33º | 0.48% | 0.37% | - |
| HSV(B) | 269.33º | 0.65% | 0.55% | - |
| XYZ | 10.27 | 6.39 | 25.12 | - |
| YUV | 72.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 139 | 0.33 | 0.65 | 0 | 0.45 | 269.33 | 0.48 | 0.37 |
| Hex | 5D | 31 | 8B | 21 | 41 | 0 | 2D | 10D | 30 | 25 |
| Octal | 135 | 61 | 213 | 41 | 101 | 0 | 55 | 415 | 60 | 45 |
| Binary | 1011101 | 110001 | 10001011 | 100001 | 1000001 | 0 | 101101 | 100001101 | 110000 | 100101 |
Color Harmonies of #5D318B
Complementary color
Monochromatic Colors of #5D318B
Black with #5D318B
Text Example
Text Example
White with #5D318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D318B; }
p { color: rgb(93,49,139); }
H1.HeaderClassName
{
color: #5D318B;
}
.AnyTagClassName
{
color: #5D318B;
}
</style>
background-color css
<style>
a { background-color: #5D318B; }
a { background-color: rgb(93,49,139); }
div.DivClassName
{
background-color: #5D318B;
}
.BgClassName
{
background-color: #5D318B;
}
</style>
border-color css
<style>
span { border-color: #5D318B; }
span { border-color: rgb(93,49,139); }
td.TdClassName
{
border-color: #5D318B;
}
.TagClassName
{
border-color: #5D318B;
}
</style>